aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/direct_session_test.cc
Commit message (Expand)AuthorAge
* Enable collective graph key test for GPU builds.Gravatar Ayush Dubey2018-10-03
* Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-28
* Automated rollback of commit 750466c6e6624d279de7f9a43accd682d487509cGravatar Revan Sopher2018-09-27
* Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-27
* Change HandleFromInput() to return a `const ResourceHandle&` and avoid copyin...Gravatar Derek Murray2018-09-12
* BEGIN_PUBLICGravatar Ayush Dubey2018-08-31
* Automated rollback of commit 73a3477356990f2451e220f553c9d7782df836acGravatar Ayush Dubey2018-08-30
* Initialize collective_graph_key based on the graph if unspecified in RunOptions.Gravatar Ayush Dubey2018-08-30
* Internal changeGravatar A. Unique TensorFlower2018-07-23
* Move C++11 raw string out of a macro to work around gcc bug.Gravatar Gunhan Gulsoy2018-07-08
* [C++]: Ability to feed and fetch tensors while keeping them in device memoryGravatar Asim Shankar2018-06-28
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-09
* Add CallableOptions.tensor_connection for feeding a tensor to another tensor.Gravatar Derek Murray2018-04-06
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Add experimental Session::MakeCallable() API and implement it for DirectSession.Gravatar Derek Murray2018-03-09
* Allowing for FunctionLibraryRuntime::Run calls to not be provided with a runn...Gravatar Rohan Jain2018-03-09
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Fix typo in direct_session_test.cc.Gravatar Derek Murray2017-12-22
* Fold fetch nodes.Gravatar Yao Zhang2017-09-21
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* DirectSession: Add accessor to DeviceMgr.Gravatar Asim Shankar2017-07-26
* Allow repeated specification of a node to be fetched in Session::RunGravatar Asim Shankar2017-07-05
* When configuring per-session thread pools, allowGravatar A. Unique TensorFlower2017-06-21
* Minor modernizations, mostly more <memory>Gravatar A. Unique TensorFlower2017-06-12
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Switch the benchmark in direct_session_test.cc to use Placeholder (not V2).Gravatar Derek Murray2017-04-12
* Enable the direct use of TensorHandles as feed values through ResourceHandlesGravatar Shanqing Cai2017-03-09
* Measure feed/fetch overhead on CPU only, to focus on Session-related overhead.Gravatar Derek Murray2017-02-27
* Added a benchmark for low-level `Session::Run()` overheads.Gravatar Derek Murray2017-02-27
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Get rid of the last references to FunctionDef.node before weGravatar A. Unique TensorFlower2016-12-26
* Fix use-after-free in the DirectSession timeout handling code.Gravatar Derek Murray2016-12-13
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Fixes for TestSessionInterOpThreadsImpl:Gravatar A. Unique TensorFlower2016-10-28
* Simplify locking in SimpleGraphExecutionState.Gravatar Derek Murray2016-10-10
* Raise an error when a client attempts to feed two values for the same tensor.Gravatar Derek Murray2016-08-31
* Add Reset implementation for DirectSession.Gravatar Suharsh Sivakumar2016-08-31
* Make FunctionLibraryDefinition take the underlying default OpRegistryInterfaceGravatar A. Unique TensorFlower2016-07-13
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Change function library to use a runner passed in from the Run call, instead ofGravatar A. Unique TensorFlower2016-06-01
* Allow configuration of multiple per-session thread pools for inter-opGravatar A. Unique TensorFlower2016-05-18
* Change behavior of DirectSession so that it places the entire graphGravatar Vijay Vasudevan2016-05-12
* This is another step to make TensorFlow more interactive and flexible to user...Gravatar Yuan Yu2016-04-10
* Return correct status with error when Graph creation fails.Gravatar A. Unique TensorFlower2016-04-09
* Move the cost model test into its own test class. This ensures that a trackingGravatar Benoit Steiner2016-03-30
* Added a config to enable the use of a tracking allocator on CPUGravatar Benoit Steiner2016-03-30
* Merge changes from github.Gravatar Vijay Vasudevan2016-03-29
* TensorFlow: make direct_session a publicly linkable library.Gravatar Vijay Vasudevan2016-03-24
* Switch Docker instructions to always `--pull` on build.Gravatar Craig Citro2016-03-24