aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf
Commit message (Expand)AuthorAge
* Add heuristics to trigger swappingGravatar Benoit Steiner2017-11-02
* Added max_folded_constant_in_bytes field in OptimizationConfig. This optionGravatar A. Unique TensorFlower2017-10-26
* [Grappler] Remove reshapes whose source shape and destination shape are equal.Gravatar Jingyue Wu2017-10-13
* Fixed outdated commentGravatar Benoit Steiner2017-09-27
* Extending the core DebugIdentity tensorflow operation with support for writingGravatar A. Unique TensorFlower2017-09-19
* Added preliminary support for arithmetic simplificationsGravatar Benoit Steiner2017-08-16
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Grappler memory optimization: allow inputs to gradients with non-standard nam...Gravatar Allen Lavoie2017-07-31
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Updated the memory optimization config to introduce an explicit default value...Gravatar Benoit Steiner2017-07-26
* Introduced a default setting for constant folding, currently set to OFF. WillGravatar Benoit Steiner2017-07-26
* Add output_partitions support in distributed runtime.Gravatar Suharsh Sivakumar2017-07-19
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Specify cluster topology properties.Gravatar A. Unique TensorFlower2017-06-30
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* When configuring per-session thread pools, allowGravatar A. Unique TensorFlower2017-06-21
* Add a heuristic to Grappler's memory optimizer to recompute elementwise opsGravatar A. Unique TensorFlower2017-06-14
* Remove tf.RewriterConfig from the TensorFlow Python APIGravatar A. Unique TensorFlower2017-06-14
* Add DeviceNameAndProperties proto containing a repeated list of Device Name a...Gravatar A. Unique TensorFlower2017-06-12
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add explicit SparseTensor support to SignatureDef.Gravatar David Soergel2017-06-02
* Add session.list_devices() APIGravatar Brennan Saeta2017-05-26
* Bugfix for proto file changes introduced in recent while_loop/stop_gradient PR.Gravatar Eugene Brevdo2017-05-12
* Fix a bug when applying stop_gradient() on the gradient of a while loop. It t...Gravatar Yuan Yu2017-05-10
* Specify a different outer class name for the generation of java output.Gravatar Yao Zhang2017-05-06
* Return more complete device information from the GetDevices() method of grapp...Gravatar Benoit Steiner2017-05-05
* Implement ClusterSpec Propagation in TF MasterGravatar Brennan Saeta2017-05-04
* Add TFDBG support to GrpcSessionGravatar Shanqing Cai2017-04-29
* Add a GPUOPTIONS option to force all tensors to be gpu_compatibleGravatar A. Unique TensorFlower2017-04-17
* Automated rollback of change 153039058Gravatar A. Unique TensorFlower2017-04-13
* Add a GPUOPTIONS option to force all tensors to be gpu_compatibleGravatar A. Unique TensorFlower2017-04-13
* Add auto parallelization to meta optimizer. Enable MetaOptimizer if any one o...Gravatar Yao Zhang2017-04-08
* Added the memory optimizer to the meta optimizer.Gravatar Benoit Steiner2017-04-05
* Add a way to specify the optimization order; refactor and add constant foldin...Gravatar Yao Zhang2017-04-04
* Consolidate worker state behind a session-centric abstraction.Gravatar Brennan Saeta2017-03-25
* Added a config option to control model pruningGravatar Benoit Steiner2017-03-24
* Adds java package and outer class name to rewriter_config.proto.Gravatar A. Unique TensorFlower2017-03-20
* Created a proto to configure the amount of graph rewriting taking place.Gravatar Benoit Steiner2017-03-20
* Attempt to specify tensorflow::Reset().Gravatar A. Unique TensorFlower2017-03-09
* Add optional transport_options to RecvTensorRequest.Gravatar A. Unique TensorFlower2017-02-28
* tfdbg: add option to tolerate debug op creation failuresGravatar Shanqing Cai2017-02-28
* tensorflow::Reset() now honors the device_filter in SessionOptionsGravatar A. Unique TensorFlower2017-02-23
* tfdbg core: add core metadata to debugger data stream + better support of con...Gravatar Shanqing Cai2017-02-08
* Remove the "Experimental" markers of RunOptions and RunMetadata protos.Gravatar Zongheng Yang2017-02-01
* Expose the two constants that control GPU Event polling pacing asGravatar A. Unique TensorFlower2017-01-19
* Combine NamedTensorProto and NamedTensor into a single proto.Gravatar Derek Murray2016-12-22
* Optimize the case of a client communicating with an in-process master.Gravatar Derek Murray2016-12-13