aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf
Commit message (Expand)AuthorAge
* Add duplicate detection to RecvBuf requests.Gravatar A. Unique TensorFlower2018-08-04
* Use configured executor type in direct_session. Adds executor_type to config ...Gravatar A. Unique TensorFlower2018-07-30
* Push tensors from client to workers.Gravatar Akshay Modi2018-07-24
* Internal changeGravatar A. Unique TensorFlower2018-07-23
* ConfigProto.experimental.num_dev_to_dev_copy_streams defaults to 0Gravatar A. Unique TensorFlower2018-07-18
* Merge pull request #20595 from lilbedwin:masterGravatar TensorFlower Gardener2018-07-16
|\
* | Add experimental config field to output interpolatable error messagesGravatar James Keeling2018-07-16
| * Make protocol used in estimator customizable.Gravatar Li Liangbin2018-07-14
|/
* tfdbg: remove Experimental tags and obsolete libraryGravatar Shanqing Cai2018-07-13
* Add GPUOptions::num_dev_to_dev_copy_streams to allow creation ofGravatar A. Unique TensorFlower2018-06-28
* [C++]: Ability to feed and fetch tensors while keeping them in device memoryGravatar Asim Shankar2018-06-28
* Support shapes for remote eager tensor handles.Gravatar Akshay Modi2018-06-28
* Rename programmers_guide/ directory to guide/.Gravatar Billy Lamberta2018-06-22
* Allow dynamic specification of clusters for eager remote execution.Gravatar Akshay Modi2018-06-21
* Reduce Grappler overhead by skipping optimizers when the graph is tiny.Gravatar A. Unique TensorFlower2018-06-18
* Add ScopedAllocatorOptimizer in support of CollectiveReduce.Gravatar A. Unique TensorFlower2018-05-25
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Collective Ops Part 7Gravatar A. Unique TensorFlower2018-05-22
* Introduce an option to allocate CUDA unified memoryGravatar Smit Hinsu2018-05-21
* Turn on dead branch elimination, shape optimization, and remapping by defaultGravatar Benoit Steiner2018-05-21
* Fix bug in `WorkerService::Logging()` handler.Gravatar Derek Murray2018-05-15
* Optimize batch normalization when possibleGravatar Benoit Steiner2018-05-15
* Started work on a shape optimizerGravatar Benoit Steiner2018-05-10
* Collective Ops Part 6Gravatar A. Unique TensorFlower2018-05-09
* Collective Ops Part 5Gravatar A. Unique TensorFlower2018-05-01
* Minor eager service proto clarification.Gravatar Akshay Modi2018-04-27
* Add eager_service.protoGravatar Akshay Modi2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Never use the LegacySession when a Master explicitly calls CreateWorkerSession.Gravatar Derek Murray2018-04-18
* Start moving Checkpointable utilities toward coreGravatar Allen Lavoie2018-04-12
* Add remote session support for the MakeCallable API.Gravatar Derek Murray2018-04-06
* Add CallableOptions.tensor_connection for feeding a tensor to another tensor.Gravatar Derek Murray2018-04-06
* Add a config option to run Grappler optimizers more than once.Gravatar A. Unique TensorFlower2018-04-02
* Add skeleton code for DebugStripper.Gravatar A. Unique TensorFlower2018-03-25
* Don't spin in a loop when we're not waiting on any GPU events.Gravatar Justin Lebar2018-03-20
* Enable stack push removal optimization by default.Gravatar A. Unique TensorFlower2018-03-19
* Turn on function optimization by defaultGravatar Benoit Steiner2018-03-12
* Add experimental Session::MakeCallable() API and implement it for DirectSession.Gravatar Derek Murray2018-03-09
* Automated g4 rollback of changelist 187582263Gravatar A. Unique TensorFlower2018-03-02
* Automated g4 rollback of changelist 187563544Gravatar Gunhan Gulsoy2018-03-01
* Grappler: Change memory optimizer recomputation name prefix into a regexp. Th...Gravatar A. Unique TensorFlower2018-03-01
* Register the function optimizer in the meta optimizer. Made sure it's turned ...Gravatar Benoit Steiner2018-02-27
* Add documentation to Grappler RewriterConfig to give a short description for ...Gravatar A. Unique TensorFlower2018-02-27
* Enable de/serialization of nested control flow.Gravatar Skye Wanderman-Milne2018-02-26
* Add custom registered graph optimizers run by MetaOptimizer.Gravatar Patrick Nguyen2018-02-23
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Turn on swapping heuristic by default to better manage memory usage on GPUGravatar Benoit Steiner2018-02-20
* Add empty scaffolding for loop optimizers in Grappler.Gravatar A. Unique TensorFlower2018-02-13
* Enable the use of scheduling heuristics to reduce peak memory usage by defaultGravatar Benoit Steiner2018-02-12
* Enable layout optimizer by defaultGravatar Yao Zhang2018-02-06