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

  /external/tensorflow/tensorflow/c/
c_api_function_test.cc 182 func_ = TF_GraphToFunction(func_graph_, func_name_, false, num_opers,
    [all...]
c_api_function.cc 487 TF_Function* TF_GraphToFunction(const TF_Graph* fn_body, const char* fn_name,
c_api.h     [all...]
  /external/tensorflow/tensorflow/python/client/
tf_session_helper.cc 443 return TF_GraphToFunction(fn_body, fn_name, append_hash_to_fn_name, nopers,
tf_session.i 522 // We use TF_GraphToFunction_wrapper instead of TF_GraphToFunction
523 %ignore TF_GraphToFunction;
  /external/tensorflow/tensorflow/c/eager/
c_api_test.cc 648 TF_GraphToFunction(function_graph, "ident", 0, 1, &id, 1, &input, 1,
710 TF_GraphToFunction(function_graph, "ident", 0, 1, &id, 1, &input, 1,
    [all...]

Completed in 173 milliseconds