aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/function.h
Commit message (Expand)AuthorAge
* Allow the executor type for a function to be specified as an attr on a function.Gravatar Derek Murray2018-10-10
* Handle noinline gradient function in control flow functionalization.Gravatar Tong Shen2018-09-28
* Roll forward change "Move control flow functionalization as a graph optimizat...Gravatar Tong Shen2018-09-12
* Automated rollback of commit a3776a234f555213aafcf41f49a42a8a9448c4acGravatar Tong Shen2018-09-09
* Move control flow functionalization as a graph optimization pass, instead of ...Gravatar Tong Shen2018-09-09
* Fix compiler warning about unused variableGravatar A. Unique TensorFlower2018-08-27
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* [tf.data] Move captured function instantiation to iterator initialization time.Gravatar Derek Murray2018-08-21
* Add a virtual interface for the executor side of stats collection.Gravatar Derek Murray2018-08-15
* Make FunctionLibraryDefinition thread-safe.Gravatar Akshay Agrawal2018-08-10
* Fix typosGravatar Taehoon Lee2018-07-24
* Allow differentiating tfe.defun functions which contain conds.Gravatar Alexandre Passos2018-07-23
* Add a registration mechanism for experimental executor implementations.Gravatar Derek Murray2018-06-09
* Collective Ops Part 7Gravatar A. Unique TensorFlower2018-05-22
* Cleanup for graph functions.Gravatar Akshay Agrawal2018-02-23
* [tf.data] Fix use-after-free bug when closing down an input pipeline.Gravatar Derek Murray2018-02-05
* Add shape inference for outside_compilation graph rewrite. Pull out enough of...Gravatar A. Unique TensorFlower2018-02-02
* Automated g4 rollback of changelist 184153187Gravatar Anna R2018-02-01
* Add shape inference for outside_compilation graph rewrite. Pull out enough of...Gravatar A. Unique TensorFlower2018-02-01
* Cleanup: Ran clang-format on all *.{h,cc} files in tensorflow/core/framework.Gravatar A. Unique TensorFlower2018-01-26
* Add TF_GraphNumFunctions and TF_GraphGetFunctionsGravatar Igor Ganichev2018-01-17
* Add experimental `FunctionLibraryRuntime::InstantiateOptions::state_handle`.Gravatar Derek Murray2018-01-16
* 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
* [tf.data] Use a more efficient dispatch mechanism for functions in datasets.Gravatar Derek Murray2017-12-11
* Replace `FunctionCallFrame` with a pure-virtual `CallFrameInterface`.Gravatar Derek Murray2017-12-05
* Adds a ReleaseHandle method to the FunctionLibraryRuntime interface that allo...Gravatar Rohan Jain2017-12-01
* Adds a PrefetchWithFn op to contrib/data. Alongwith the FunctionBufferingReso...Gravatar Rohan Jain2017-10-30
* Allowing for functions to run across processes using RPC's. Currently this on...Gravatar Rohan Jain2017-10-02
* Add FunctionDefHashGravatar Igor Ganichev2017-09-27
* Shape inference for user-defined functions in TF. For now it is completely "o...Gravatar Max Galkin2017-09-26
* Using rendezvous manager to pass args / rets between devices during function ...Gravatar Rohan Jain2017-09-08
* Make adding function/gradient definitions atomicGravatar Igor Ganichev2017-08-29
* Remove a bunch of proto.h includes from tensorflow/core headersGravatar Gunhan Gulsoy2017-08-23
* 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
* Infer unknown shapes for functions in C++Gravatar A. Unique TensorFlower2017-08-01
* Plumbs rendezvous through function calls.Gravatar A. Unique TensorFlower2017-07-25
* Add stats collection for ops used within functions.Gravatar A. Unique TensorFlower2017-07-14
* Remove HashStr and HashStringPiece (a one-off).Gravatar Justin Lebar2017-07-11
* Move duplicate detection logic from Graph to FunctionLibraryDefinitionGravatar Skye Wanderman-Milne2017-07-06
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Make function instantiation use std::vector<NodeDef> instead of GraphDefGravatar Geoffrey Irving2017-06-01
* 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
* Switch DirectSession to use _Arg and _Retval ops for feeding and fetching.Gravatar Derek Murray2017-04-20