HomeSort by relevance Sort by last modified time
    Searched refs:TF_Function (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/c/
c_api_function.cc 487 TF_Function* TF_GraphToFunction(const TF_Graph* fn_body, const char* fn_name,
526 TF_Function* tf_function = new TF_Function();
531 &tf_function->fdef);
533 TF_DeleteFunction(tf_function);
536 return tf_function;
539 void TF_GraphCopyFunction(TF_Graph* g, const TF_Function* func,
540 const TF_Function* grad, TF_Status* status) {
567 int TF_GraphGetFunctions(TF_Graph* g, TF_Function** funcs, int max_func
    [all...]
c_api.h 366 // TF_Function is a grouping of operations with defined inputs and outputs.
369 typedef struct TF_Function TF_Function;
    [all...]
c_api_function_test.cc 390 TF_Function* func_;
    [all...]
c_api_internal.h 160 struct TF_Function {
c_test_util.h 104 bool GetFunctionDef(TF_Function* func, tensorflow::FunctionDef* func_def);
c_test_util.cc 364 bool GetFunctionDef(TF_Function* func, tensorflow::FunctionDef* func_def) {
  /external/tensorflow/tensorflow/python/client/
tf_session_helper.h 177 TF_Function* TF_GraphToFunction_wrapper(
tf_session_helper.cc 416 TF_Function* TF_GraphToFunction_wrapper(
  /external/tensorflow/tensorflow/c/eager/
c_api.h 261 TF_Function* function,
c_api_test.cc 647 TF_Function* fn =
709 TF_Function* fn =
    [all...]
c_api.cc     [all...]

Completed in 497 milliseconds