Home
last modified time | relevance | path

Searched refs:output_names_ptr (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/client/
Dtf_session_helper.cc603 const char** output_names_ptr = in TF_GraphToFunction_wrapper() local
615 output_names_ptr, in TF_GraphToFunction_wrapper()
/external/tensorflow/tensorflow/c/
Dc_api_function_test.cc183 const char** output_names_ptr = ToArray(output_names); in DefineT() local
187 outputs.data(), output_names_ptr, in DefineT()
189 delete[] output_names_ptr; in DefineT()