aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Disable all tests depending on *half_plus_two* genrules.Gravatar Gunhan Gulsoy2016-12-08
* SparseTensor.shape -> SparseTensor.dense_shape part 2...Gravatar Eugene Brevdo2016-12-08
* Pass estimator config to the model-fn.Gravatar Mustafa Ispir2016-12-08
* Tidy up some text in basic usage documentation.Gravatar A. Unique TensorFlower2016-12-08
* Add an option for choosing the J_DCT_METHOD for jpeg decoding toGravatar Vijay Vasudevan2016-12-08
* Remove undefined function GetRunfilesDirectory.Gravatar Jingyue Wu2016-12-08
* Import tf.contrib.rnn for cells instead of tf.nn.rnn_cell.Gravatar Jianwei Xie2016-12-08
* Sort op nodes so as to make HVX execution more robustGravatar A. Unique TensorFlower2016-12-08
* Fix inference execution on HVXGravatar A. Unique TensorFlower2016-12-08
* Refactor Python imports: layersGravatar Justine Tunney2016-12-08
* Prepare all callers of sampled_softmax_loss to be ready for inputs and labels...Gravatar Jianwei Xie2016-12-08
* Make base core layer match the behavior of tf.get_variable with regard to reg...Gravatar Francois Chollet2016-12-08
* Use GraphTransferer to initialize graph on SOCGravatar A. Unique TensorFlower2016-12-07
* tfdbg core: remove unnecessary construction of DebuggerState when there is no...Gravatar Shanqing Cai2016-12-07
* Bug fix: Allow int64 inputs to tf.sequence_mask.Gravatar A. Unique TensorFlower2016-12-07
* Improve experiment_test to not rely on actual sleep timing. Use patch instead.Gravatar Martin Wicke2016-12-07
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-07
* Shorten summary tag names for queues now that the scopes are automaticallyGravatar A. Unique TensorFlower2016-12-07
* Make RunConfig immutable.Gravatar A. Unique TensorFlower2016-12-07
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-07
* Fix bug in tf.einsum() when input is placeholder.Gravatar A. Unique TensorFlower2016-12-07
* Fix iteritems break in python3Gravatar A. Unique TensorFlower2016-12-07
* Add named arguments to all uses of tf.split and reverse the order of argumentsGravatar A. Unique TensorFlower2016-12-07
* Update documentation to explain how to enable SSE/AVX when compiling from sourceGravatar Pete Warden2016-12-07
* Export the framework/versions.h header file.Gravatar Benoit Steiner2016-12-07
* Import tf.contrib.rnn for cells instead of tf.nn.rnn_cell.Gravatar Jianwei Xie2016-12-07
* Separate the stream executor CUDA plugin into its own build target. This allo...Gravatar Peter Hawkins2016-12-07
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-07
* Remove tf.select op. tf.where now supports tf.select functionality andGravatar A. Unique TensorFlower2016-12-07
* Remove tf.batch_matmul Python interface.Gravatar A. Unique TensorFlower2016-12-07
* Add a decorator to enforce function be called with keyworded args (only).Gravatar Jianwei Xie2016-12-07
* Invoke APIs of SOC wrapper library to execute inference on HVXGravatar A. Unique TensorFlower2016-12-07
* Set default config in canned estimators to avoid config discrepancy between e...Gravatar A. Unique TensorFlower2016-12-07
* Test summary tags in head.Gravatar A. Unique TensorFlower2016-12-07
* Extend half-plus-two saved model to have an additional execution path, for te...Gravatar Christopher Olston2016-12-07
* Add named arguments to all uses of tf.split and reverse the order of argumentsGravatar A. Unique TensorFlower2016-12-07
* Add a blacklist of variables to graph_freeze.py.Gravatar A. Unique TensorFlower2016-12-07
* Update comment about building libtensorflow_inference.soGravatar Andrew Harp2016-12-07
* Update SavedModel py visibility to public.Gravatar Sukriti Ramesh2016-12-07
* Consistently define the tfprof Option as a struct.Gravatar Benoit Steiner2016-12-07
* Add sub makefile to execute inference on hexagonGravatar A. Unique TensorFlower2016-12-07
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-07
* Fix wrong deprecation in Experiment (causing lots of spurious deprecation not...Gravatar Martin Wicke2016-12-07
* Add a tf.contrib.image.rotate function using a new ImageProjectiveTransform o...Gravatar Dan Ringwalt2016-12-07
* Add depthtospace and sign to Android extended ops.Gravatar A. Unique TensorFlower2016-12-07
* LinearOperator new classes/test improvements.Gravatar Ian Langmore2016-12-07
* Use tf.contrib.legacy_seq2seq instead of tf.nn.seq2seq.Gravatar Jianwei Xie2016-12-07
* Removes need for expected_shape in Variable() constructor.Gravatar A. Unique TensorFlower2016-12-07
* Improve documentation of split and split_v.Gravatar A. Unique TensorFlower2016-12-07
* Updating monitors tutorial to use MetricSpec and be compatible with TF 0.12.Gravatar A. Unique TensorFlower2016-12-07