Searched refs:TF_GraphImportGraphDefWithResults (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | importer.py | 496 results = c_api.TF_GraphImportGraphDefWithResults(
|
/external/tensorflow/tensorflow/c/ |
D | c_api.h | 840 TF_GraphImportGraphDefWithResults(TF_Graph* graph, const TF_Buffer* graph_def,
|
D | c_api.cc | 1759 TF_ImportGraphDefResults* TF_GraphImportGraphDefWithResults( in TF_GraphImportGraphDefWithResults() function 1811 TF_GraphImportGraphDefWithResults(graph, graph_def, options, status); in TF_GraphImportGraphDef()
|
D | c_api_test.cc | 765 TF_GraphImportGraphDefWithResults(graph, graph_def, opts, s); in TEST() 957 TF_GraphImportGraphDefWithResults(graph, graph_def, opts, s); in TEST()
|
/external/tensorflow/tensorflow/python/client/ |
D | tf_session_wrapper.cc | 793 auto output = TF_GraphImportGraphDefWithResults(graph, graph_def, in PYBIND11_MODULE()
|