History log of /external/tensorflow/tensorflow/c/c_api_function_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
037895185e970e3bdc789fbf6aad643c271415d4 08-Feb-2018 Akshay Modi <nareshmodi@google.com> Don't fail if control dependency is on an input of the function.

PiperOrigin-RevId: 185049319
/external/tensorflow/tensorflow/c/c_api_function_test.cc
9eb734b94773fe5422b39b66f1a704b7934167d4 17-Jan-2018 Igor Ganichev <iga@google.com> Add TF_GraphNumFunctions and TF_GraphGetFunctions

PiperOrigin-RevId: 182263576
/external/tensorflow/tensorflow/c/c_api_function_test.cc
20765b3e1ae3b718699592c98aa9805cb874b6d1 29-Dec-2017 Patrick Nguyen <drpng@google.com> Merge changes from github.

PiperOrigin-RevId: 180301735
/external/tensorflow/tensorflow/c/c_api_function_test.cc
185c593cb71cb6d8116ba05c97e9385642648f1b 13-Dec-2017 Derek Murray <mrry@google.com> Automated g4 rollback of changelist 178759398

PiperOrigin-RevId: 178909147
/external/tensorflow/tensorflow/c/c_api_function_test.cc
94686be226fc999437618959a791d7bda18e1806 12-Dec-2017 Derek Murray <mrry@google.com> Automated g4 rollback of changelist 178675527

PiperOrigin-RevId: 178759398
/external/tensorflow/tensorflow/c/c_api_function_test.cc
037f036b2c76ef363148276dce83b7dd1d79e878 11-Dec-2017 Derek Murray <mrry@google.com> Mark a FunctionDef's signature as stateful when it contains a stateful node.

This fixes a bug where two calls to the same stateful function will erroneously be eliminated as common subexpressions. It is also a step towards pruning nodes from function bodies, which is necessary for a variety of `Dataset` optimizations.

PiperOrigin-RevId: 178675527
/external/tensorflow/tensorflow/c/c_api_function_test.cc
f5d3bf42b892ecfbde2ce9eb45f00b76473c824a 18-Oct-2017 Skye Wanderman-Milne <skyewm@google.com> Add TF_GraphGetOpDef() to C API and use in Operation.op_def()

Note that this creates a small change in behavior with the C API
enabled, since previously not all Python Operations had an OpDef
(op_def() returns None). With the C API enabled, op_def() always
returns an OpDef.

PiperOrigin-RevId: 172634411
/external/tensorflow/tensorflow/c/c_api_function_test.cc
4f3956698fd8d0aeffb6c4e40fef05664e4ff3cc 28-Sep-2017 Igor Ganichev <iga@google.com> Use void* intead of TF_Buffer in TF_FunctionImportFunctionDef

void* is more common (and more convenient) for passing in serialized
protobufs in c_api.h.

PiperOrigin-RevId: 170386128
/external/tensorflow/tensorflow/c/c_api_function_test.cc
bdab2691068757ee4872167898bc8768a7303ae9 28-Sep-2017 Igor Ganichev <iga@google.com> Add append_hash_to_fn_name arg to TF_GraphToFunction

PiperOrigin-RevId: 170379490
/external/tensorflow/tensorflow/c/c_api_function_test.cc
c65b9f87d91f51a233cb649f4d1a5b5f63a4d5e1 27-Sep-2017 Olivia Nordquist <nolivia@google.com> implementing _update_input for the C API

PiperOrigin-RevId: 170147211
/external/tensorflow/tensorflow/c/c_api_function_test.cc
3e4521bd290e4654a8b1e432d16ca893181ab018 20-Sep-2017 Igor Ganichev <iga@google.com> Add function description parameter to TF_GraphToFunction

PiperOrigin-RevId: 169421145
/external/tensorflow/tensorflow/c/c_api_function_test.cc
7ad8e25495a2793ea14189359af736d2c662a694 20-Sep-2017 Igor Ganichev <iga@google.com> Add attribute setting and getting support to TF_Function

PiperOrigin-RevId: 169337159
/external/tensorflow/tensorflow/c/c_api_function_test.cc
d67679f1aee7c037fd9c2ac35121720133cd5bd9 19-Sep-2017 Igor Ganichev <iga@google.com> Implement TF_FunctionImportFunctionDef

PiperOrigin-RevId: 169304057
/external/tensorflow/tensorflow/c/c_api_function_test.cc
ec962ff63820e3ab9f5cc4c5f37c3579be0afcd9 19-Sep-2017 Igor Ganichev <iga@google.com> Support specifying output names during TF_Function creation

PiperOrigin-RevId: 169245946
/external/tensorflow/tensorflow/c/c_api_function_test.cc
1da763a1cc94fc5e4ad1822788b444b77623538c 19-Sep-2017 Igor Ganichev <iga@google.com> Add function gradient support to C API

Also, change the internal representation of TF_Function and
rename TF_GraphAddFunction to TF_GraphAddFunctionCopy to make it
clear that a copy of the function is added to the graph. Any
subsequent modifications to the function will not be reflected
in the copy added to the graph.

PiperOrigin-RevId: 169187793
/external/tensorflow/tensorflow/c/c_api_function_test.cc
9624d165f1f2c717eda96464fee8bf7229cc14f5 31-Aug-2017 Igor Ganichev <iga@google.com> Add function support to Tensorflow C API

This change adds minimal functionality. Support for FunctionOptions,
attributes, output name rewriting, function name generation, etc is
comming next.

PiperOrigin-RevId: 167091238
/external/tensorflow/tensorflow/c/c_api_function_test.cc