aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Change CUDAStream::GetOrCreateCompletedEvent from lazy initialization theGravatar A. Unique TensorFlower2016-05-03
* Add benchmark test for running a simple chain of multiplies and divides.Gravatar A. Unique TensorFlower2016-05-03
* Allow BCast to disable the optimization of grouping consecutive dimensions.Gravatar Zongheng Yang2016-05-03
* First step of migrating layers to new API.Gravatar A. Unique TensorFlower2016-05-03
* Use proto_text for DebugString in SimpleGraphExecutionState.Gravatar A. Unique TensorFlower2016-05-03
* Raise proper tensorflow exceptions in a few more places:Gravatar A. Unique TensorFlower2016-05-03
* Always link the depth_to_space kernel lib as itGravatar A. Unique TensorFlower2016-05-03
* Catch integer division by zero on CPU to avoid SIGFPEGravatar Geoffrey Irving2016-05-03
* Fix build.Gravatar Martin Wicke2016-05-03
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-03
* Fix internal build.Gravatar Martin Wicke2016-05-03
* Added a new op report_uninitialized_variables() which returns a 1-D tensorGravatar Sherry Moore2016-05-03
* Removes InferenceExample from tensorflow.Example.Gravatar Noah Fiedel2016-05-03
* Adds BatchMatMul's c++ grad.Gravatar A. Unique TensorFlower2016-05-03
* Clone gitGravatar A. Unique TensorFlower2016-05-03
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-02
* Add assert_integer to check_ops.py.Gravatar A. Unique TensorFlower2016-05-02
* Fix dynamic_rnn documentation for time_major.Gravatar A. Unique TensorFlower2016-05-02
* TensorFlow: Move assignment / choice of device in SimplePlacer out ofGravatar Vijay Vasudevan2016-05-02
* TensorFlow: move SimpleGraphExecutionState and some related files fromGravatar Vijay Vasudevan2016-05-02
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-02
* Added a sparse_placeholder function to array_ops, to simplify feeding sparse ...Gravatar Illia Polosukhin2016-05-02
* Remove obsolete comment about extensionsGravatar Yaroslav Bulatov2016-05-02
* Internal change (rollback).Gravatar Zongheng Yang2016-05-02
* Remove unused code from SimpleGraphExecutionState.Gravatar Derek Murray2016-05-02
* Expose helper function ReserveRandomOutputs to namespace random.Gravatar Zongheng Yang2016-05-02
* Let padding op handle large ( >= 2^31) tensors properly.Gravatar David G. Andersen2016-05-02
* Fix LD_LIBRARY_PATH for ci_build GPU tests.Gravatar A. Unique TensorFlower2016-05-02
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-02
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-05-02
* Rename output parameters from "out" to "output" for math ops.Gravatar A. Unique TensorFlower2016-05-02
* List all removed stable ops in the error message, not just the first.Gravatar Josh Levenberg2016-05-02
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-02
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-05-02
* Rename input parameter from "in" to "input" for complex number ops.Gravatar A. Unique TensorFlower2016-05-02
* SimplePlacer: remove obsolete / never used @colocation device name (supercededGravatar Vijay Vasudevan2016-05-02
* Make reduction gradients safe on empty tensorsGravatar Geoffrey Irving2016-05-02
* Blacklist py tests in python/platform/defaultGravatar Shanqing Cai2016-05-02
* Continuing to eliminate int64->32 implicit conversion warnings and return mor...Gravatar David G. Andersen2016-05-02
* tensorflow: refine PhiloxRandomOp costGravatar A. Unique TensorFlower2016-05-02
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-02
* Export add_to_collections docs.Gravatar A. Unique TensorFlower2016-05-02
* Remove empty lineGravatar Yaroslav Bulatov2016-05-02
* Add support for providing the current epoch in the feed dict. This support i...Gravatar A. Unique TensorFlower2016-05-02
* Internal only changes.Gravatar A. Unique TensorFlower2016-05-02
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-01
* Add UPDATE_OPS collection to collect the update_ops required by some ops, i.e...Gravatar A. Unique TensorFlower2016-05-01
* Export variance_scaling_initializer docs.Gravatar A. Unique TensorFlower2016-05-01
* Quantization documentation.Gravatar Pete Warden2016-05-01
* Fix build in no-rtti mode (without this, the new DebugString inGravatar A. Unique TensorFlower2016-05-01