aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/function_ops.cc
Commit message (Expand)AuthorAge
* Making PrefetchToDevice work on XLA Compile on Demand mode. Also adds a bunch...Gravatar Rohan Jain2018-08-07
* Make functions defined with tfe.defun respect devices when executing.Gravatar Akshay Agrawal2018-07-03
* Setting alloc_attrs for sends and recvs correctly for remote function calls.Gravatar Rohan Jain2018-06-26
* Making the device name comparison more robust for RemoteCall andGravatar Rohan Jain2018-06-25
* Collective Ops Part 7Gravatar A. Unique TensorFlower2018-05-22
* Cleaning up tracing code.Gravatar A. Unique TensorFlower2018-04-30
* Turns eager device placement on by default.Gravatar Alexandre Passos2018-03-29
* ProcFLR: Include the remote function target in the function_keyGravatar Brennan Saeta2018-03-09
* Add tracing annotations to RemoteCallOp's execution.Gravatar Brennan Saeta2018-03-07
* RemoteCall: Cache function handles.Gravatar Brennan Saeta2018-03-06
* Cleanup for graph functions.Gravatar Akshay Agrawal2018-02-23
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Add experimental `FunctionLibraryRuntime::InstantiateOptions::overlay_lib`.Gravatar Derek Murray2018-01-09
* Add `FunctionLibraryRuntime::InstantiateOptions` struct (take 2).Gravatar Derek Murray2018-01-05
* Automated g4 rollback of changelist 180848930Gravatar James Qin2018-01-05
* Add `FunctionLibraryRuntime::InstantiateOptions` struct.Gravatar Derek Murray2018-01-04
* Mark the Arg and RetVal ops as inexpensive.Gravatar Derek Murray2017-12-22
* Always create a Rendezvous in RemoteCallOp.Gravatar Derek Murray2017-12-08
* Adds a PrefetchWithFn op to contrib/data. Alongwith the FunctionBufferingReso...Gravatar Rohan Jain2017-10-30
* Standardizing device names to the newer /device:<type>:<index> format by maki...Gravatar Rohan Jain2017-10-02
* SymbolicGradients: create the underlying runtime with the correct step contai...Gravatar Eugene Brevdo2017-09-27
* function_ops: Do not hold on to references to the NodeDef in the kernel.Gravatar Asim Shankar2017-09-20
* Using rendezvous manager to pass args / rets between devices during function ...Gravatar Rohan Jain2017-09-08
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-17
* Automated g4 rollback of changelist 165521057Gravatar Rohan Jain2017-08-17
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-16
* Pass stats_collector when using SymbolicGradientOp.Gravatar A. Unique TensorFlower2017-07-31
* Plumbs rendezvous through function calls.Gravatar A. Unique TensorFlower2017-07-25
* Register _Arg for resources on GPUGravatar Alexandre Passos2017-06-14
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Add REGISTER_SYSTEM_OP and REGISTER_SYSTEM_KERNEL_BUILDER macros.Gravatar Derek Murray2017-04-19
* handle in SymbolicGradientOp shouldn't be accessible from multiple threads.Gravatar Alexandre Passos2017-03-06
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Fix linter errors left over from PRs.Gravatar Martin Wicke2016-12-15
* Merge changes from github.Gravatar Martin Wicke2016-12-14
* Fixed formatting and lint issues introduced with the last pull from OSS (cl/1...Gravatar Benoit Steiner2016-11-09
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Registers more types for some GPU kernels:Gravatar A. Unique TensorFlower2016-10-24
* Remove special handling of host-memory/device-memory for int32 arguments in t...Gravatar A. Unique TensorFlower2016-08-12
* Move kernels defined in common_runtime/function.cc to a separateGravatar A. Unique TensorFlower2016-08-11