Home
last modified time | relevance | path

Searched refs:TF_FunctionImportFunctionDef (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_function.cc294 TF_Function* TF_FunctionImportFunctionDef(const void* proto, size_t proto_len, in TF_FunctionImportFunctionDef() function
H A Dc_api.h1173 TF_CAPI_EXPORT extern TF_Function* TF_FunctionImportFunctionDef(
H A Dc_api_function_test.cc377 func_ = TF_FunctionImportFunctionDef(buf.data(), buf.size(), s_); in Reincarnate()
1505 func_ = TF_FunctionImportFunctionDef(proto, 4, s_); in TEST_F()
H A Dc_api_experimental.cc232 TF_Function* func = TF_FunctionImportFunctionDef( in CreateFunctionsFromTextProto()
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunction.py1159 c_func = c_api.TF_FunctionImportFunctionDef(serialized)
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_wrapper.cc941 auto output = TF_FunctionImportFunctionDef( in PYBIND11_MODULE()