aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add cuda_is_configured() build macro for testing whether CUDA was enabled at ↵Gravatar Peter Hawkins2016-12-08
| | | | | | configure time. Change: 141474932
* Added config to the wide-n-deep model-fns.Gravatar Mustafa Ispir2016-12-08
| | | | Change: 141474204
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141473210
* Fix bug in handling of explicitly specified num parameter of split_vGravatar A. Unique TensorFlower2016-12-08
| | | | | and also add associated test case. Change: 141469479
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141468149
* Bump the tolerance in linear_equations_test.py to fix the AVX build on macs.Gravatar Jonathan Hseu2016-12-08
| | | | Change: 141467544
* Fix FileIO.read() to match file.read() behavior and not raise an exception ↵Gravatar Jonathan Hseu2016-12-08
| | | | | | on EOF Change: 141466762
* [Android]: Add -lm and -llog to libtensorflow_inference.so to solve ↵Gravatar Andrew Harp2016-12-08
| | | | | | standalone lib link errors. Change: 141465701
* Change the protobuf dependency from == 3.1.0 to >= 3.1.0 so it doesn'tGravatar Jonathan Hseu2016-12-08
| | | | | reinstall when installing tensorflow. Change: 141465425
* Introduced tf.train.HookedSession which is designed to help single machine ↵Gravatar Mustafa Ispir2016-12-08
| | | | | | training. Change: 141462689
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141462624
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141461377
* Disable all tests depending on *half_plus_two* genrules.Gravatar Gunhan Gulsoy2016-12-08
| | | | Change: 141461172
* SparseTensor.shape -> SparseTensor.dense_shape part 2...Gravatar Eugene Brevdo2016-12-08
| | | | Change: 141460319
* Pass estimator config to the model-fn.Gravatar Mustafa Ispir2016-12-08
| | | | Change: 141460215
* Tidy up some text in basic usage documentation.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141458853
* Add an option for choosing the J_DCT_METHOD for jpeg decoding toGravatar Vijay Vasudevan2016-12-08
| | | | | DecodeJpegOp. Change: 141457003
* Remove undefined function GetRunfilesDirectory.Gravatar Jingyue Wu2016-12-08
| | | | Change: 141447099
* Import tf.contrib.rnn for cells instead of tf.nn.rnn_cell.Gravatar Jianwei Xie2016-12-08
| | | | Change: 141440475
* Sort op nodes so as to make HVX execution more robustGravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141428065
* Fix inference execution on HVXGravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141420253
* Refactor Python imports: layersGravatar Justine Tunney2016-12-08
| | | | Change: 141412543
* Prepare all callers of sampled_softmax_loss to be ready for inputs and ↵Gravatar Jianwei Xie2016-12-08
| | | | | | labels swap. Change: 141410359
* Fix static initialization based registry patterns with shared libraries when ↵Gravatar Peter Hawkins2016-12-08
| | | | | | built with --config=cuda. Change: 141406402
* Make base core layer match the behavior of tf.get_variable with regard to ↵Gravatar Francois Chollet2016-12-08
| | | | | | regularization. Change: 141405902
* Use GraphTransferer to initialize graph on SOCGravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141394565
* tfdbg core: remove unnecessary construction of DebuggerState when there is ↵Gravatar Shanqing Cai2016-12-07
| | | | | | | | no watch Hitchhiking change: * A typo fix Change: 141386349
* Bug fix: Allow int64 inputs to tf.sequence_mask.Gravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141385792
* Improve experiment_test to not rely on actual sleep timing. Use patch instead.Gravatar Martin Wicke2016-12-07
| | | | Change: 141384001
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141383834
* Shorten summary tag names for queues now that the scopes are automaticallyGravatar A. Unique TensorFlower2016-12-07
| | | | | added. Change: 141382469
* Make RunConfig immutable.Gravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141379749
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141379710
* Fix bug in tf.einsum() when input is placeholder.Gravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141378762
* Fix iteritems break in python3Gravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141377833
* Add named arguments to all uses of tf.split and reverse the order of argumentsGravatar A. Unique TensorFlower2016-12-07
| | | | | | so as to conform to the order that will be standard once the split_v -> split rename happens. Change: 141377137
* Update documentation to explain how to enable SSE/AVX when compiling from sourceGravatar Pete Warden2016-12-07
| | | | Change: 141376599
* Export the framework/versions.h header file.Gravatar Benoit Steiner2016-12-07
| | | | Change: 141376479
* Import tf.contrib.rnn for cells instead of tf.nn.rnn_cell.Gravatar Jianwei Xie2016-12-07
| | | | Change: 141376440
* Separate the stream executor CUDA plugin into its own build target. This ↵Gravatar Peter Hawkins2016-12-07
| | | | | | | allows non --config=cuda builds to link the CUDA plugins if desired. Add build macro if_cuda_is_configured() that tests whether CUDA was enabled at configure time, rather than whether the current BUILD is using a CUDA compiler. Change: 141375030
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141374489
* Remove tf.select op. tf.where now supports tf.select functionality andGravatar A. Unique TensorFlower2016-12-07
| | | | | tf.select is deprecated. Change: 141374194
* Remove tf.batch_matmul Python interface.Gravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141373915
* Add a decorator to enforce function be called with keyworded args (only).Gravatar Jianwei Xie2016-12-07
| | | | Change: 141373569
* Invoke APIs of SOC wrapper library to execute inference on HVXGravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141373481
* Set default config in canned estimators to avoid config discrepancy between ↵Gravatar A. Unique TensorFlower2016-12-07
| | | | | | estimator and model_fn. Change: 141371292
* Test summary tags in head.Gravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141371278
* Extend half-plus-two saved model to have an additional execution path, for ↵Gravatar Christopher Olston2016-12-07
| | | | | | testing models with multiple signatures. Also fix its existing signature. Change: 141371192
* Add named arguments to all uses of tf.split and reverse the order of argumentsGravatar A. Unique TensorFlower2016-12-07
| | | | | | so as to conform to the order that will be standard once the split_v -> split rename happens. Change: 141371070
* Add a blacklist of variables to graph_freeze.py.Gravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141369603