Searched refs:TF_FunctionImportFunctionDef (Results 1 – 6 of 6) sorted by relevance
294 TF_Function* TF_FunctionImportFunctionDef(const void* proto, size_t proto_len, in TF_FunctionImportFunctionDef() function
1173 TF_CAPI_EXPORT extern TF_Function* TF_FunctionImportFunctionDef(
377 func_ = TF_FunctionImportFunctionDef(buf.data(), buf.size(), s_); in Reincarnate()1505 func_ = TF_FunctionImportFunctionDef(proto, 4, s_); in TEST_F()
232 TF_Function* func = TF_FunctionImportFunctionDef( in CreateFunctionsFromTextProto()
1159 c_func = c_api.TF_FunctionImportFunctionDef(serialized)
941 auto output = TF_FunctionImportFunctionDef( in PYBIND11_MODULE()