Home
last modified time | relevance | path

Searched refs:TF_GraphImportGraphDefWithResults (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dimporter.py496 results = c_api.TF_GraphImportGraphDefWithResults(
/external/tensorflow/tensorflow/c/
Dc_api.h840 TF_GraphImportGraphDefWithResults(TF_Graph* graph, const TF_Buffer* graph_def,
Dc_api.cc1759 TF_ImportGraphDefResults* TF_GraphImportGraphDefWithResults( in TF_GraphImportGraphDefWithResults() function
1811 TF_GraphImportGraphDefWithResults(graph, graph_def, options, status); in TF_GraphImportGraphDef()
Dc_api_test.cc765 TF_GraphImportGraphDefWithResults(graph, graph_def, opts, s); in TEST()
957 TF_GraphImportGraphDefWithResults(graph, graph_def, opts, s); in TEST()
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc793 auto output = TF_GraphImportGraphDefWithResults(graph, graph_def, in PYBIND11_MODULE()