aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Go: Keep errors in Go.Gravatar Asim Shankar2017-05-16
* Remove the paper-item/all-imports.html import within tf_graph_info_d3v4/tf-no...Gravatar A. Unique TensorFlower2017-05-16
* Add topological sort to grappler util and to the autoparallel optimizer.Gravatar Yao Zhang2017-05-16
* Adds a new rule in tensorflow/core/BUILD to enable no-rtti build for selectiv...Gravatar A. Unique TensorFlower2017-05-16
* LinearOperator.apply --> .matmul and .matvecGravatar Ian Langmore2017-05-16
* Clarify error message. The checked condition is not whether model_fn has four...Gravatar A. Unique TensorFlower2017-05-16
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-05-16
* [TF:XLA] Fix compilation bug for computations with one non-constant output an...Gravatar Peter Hawkins2017-05-16
* Bugfix: tf.reverse supports string type.Gravatar Eugene Brevdo2017-05-16
* Change rnn ops to check types via duck-typing, instead of a private attribute.Gravatar Adria Puigdomenech2017-05-16
* Adds learn_runner to open source tf.contrib.learn symbols.Gravatar Jianwei Xie2017-05-16
* Add build rule for doc generationGravatar Mark Daoust2017-05-16
* Generalize layout assignment for bitcast reshapes.Gravatar A. Unique TensorFlower2017-05-16
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-05-16
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-05-16
* Add example to dynamic_partition and dynamic_stitch, that shows how they inte...Gravatar A. Unique TensorFlower2017-05-16
* PiperOrigin-RevId: 156139276Gravatar A. Unique TensorFlower2017-05-15
* Guarded whether the graph dashboard should request health pills on whether th...Gravatar A. Unique TensorFlower2017-05-15
* Android demo: remove unecessary loadlibrary call from TensorFlowImageClassifierGravatar Andrew Harp2017-05-15
* [TF RNN] Fix recently introduced bug if the state size is a scalar.Gravatar Eugene Brevdo2017-05-15
* TensorFlow: Clean ups to python_op_gen.Gravatar A. Unique TensorFlower2017-05-15
* [XLA] Add a test for a zero-element and scalar reshape operation.Gravatar A. Unique TensorFlower2017-05-15
* Automated g4 rollback of changelist 156112836Gravatar A. Unique TensorFlower2017-05-15
* Fix graph rendering in d3v4.Gravatar Dandelion Man?2017-05-15
* Fix some unused variable warnings when IS_MOBILE_PLATFORMGravatar A. Unique TensorFlower2017-05-15
* - Enable tf.image.decode_image to decode 4 channel PNG images.Gravatar A. Unique TensorFlower2017-05-15
* Compiled graph-related components using d3v4. No console errors appear when p...Gravatar A. Unique TensorFlower2017-05-15
* Change CudnnRNN default input mode from "auto_select" to "linear_input".Gravatar James Qin2017-05-15
* Neon-based depthwiseconv op.Gravatar A. Unique TensorFlower2017-05-15
* Ignore TypeError when striping or prepending name scopes.Gravatar Sherry Moore2017-05-15
* Add control dependencies to prevent nodes from being swapped back in too soon.Gravatar Benoit Steiner2017-05-15
* Support core feature columns in contrib canned Estimators.Gravatar Mustafa Ispir2017-05-15
* Correct gradient calculation for some complex-valued functions.Gravatar A. Unique TensorFlower2017-05-15
* Add copy_from_scaffold parameter in the Scaffold constructor. This allows cre...Gravatar A. Unique TensorFlower2017-05-15
* Improve the docstring in ExperimentGravatar Jianwei Xie2017-05-15
* Import gradient definitions in embedding_ops, instead of having to import the...Gravatar A. Unique TensorFlower2017-05-15
* PiperOrigin-RevId: 156096819Gravatar A. Unique TensorFlower2017-05-15
* Fixed the documentation for tf.layers.conv2d to indicate that `use_bias` take...Gravatar Neal Wu2017-05-15
* Fix use of incorrect OpDef from another graph's function library in Graph::Co...Gravatar Peter Hawkins2017-05-15
* Update RNN helpers to be able to handle dynamic state sizes.Gravatar Eugene Brevdo2017-05-15
* Mark flaky test as flaky.Gravatar Peter Hawkins2017-05-15
* Automated g4 rollback of changelist 155868794Gravatar Dan Ringwalt2017-05-15
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-05-15
* Remove TensorBoard README reference to Event Accumulator, which isn't part of...Gravatar Dandelion Man?2017-05-15
* Add a tutorial that explains the TensorBoard histogram dashboard.Gravatar Dandelion Man?2017-05-15
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-05-15
* Reset TensorFlow when destructing the SingleMachine clusterGravatar Benoit Steiner2017-05-15
* StridedSliceAssign for resource variables.Gravatar Alexandre Passos2017-05-15
* .assert_positive_definite and .assert_non_singular default implementationsGravatar Ian Langmore2017-05-15
* Make tf.feature_column publicGravatar Mustafa Ispir2017-05-15