Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dimporter.py500 results = c_api.TF_GraphImportGraphDefWithResults(
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api.h855 TF_GraphImportGraphDefWithResults(TF_Graph* graph, const TF_Buffer* graph_def,
H A Dc_api.cc1784 TF_ImportGraphDefResults* TF_GraphImportGraphDefWithResults( in TF_GraphImportGraphDefWithResults() function
1836 TF_GraphImportGraphDefWithResults(graph, graph_def, options, status); in TF_GraphImportGraphDef()
H A Dc_api_test.cc768 TF_GraphImportGraphDefWithResults(graph, graph_def, opts, s); in TEST()
960 TF_GraphImportGraphDefWithResults(graph, graph_def, opts, s); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_wrapper.cc819 auto output = TF_GraphImportGraphDefWithResults(graph, graph_def, in PYBIND11_MODULE()