Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dtf_concrete_function_loading_test.cc262 EXPECT_TRUE(context()->FindFunctionByName(func_name)); in TEST_F()
267 EXPECT_FALSE(context()->FindFunctionByName(func_name)); in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/
Dnode_expansion_pass.cc72 if (!ctx.FindFunctionByName(fname)) { in Run()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.cc333 } else if (!remote && !ctx_.FindFunctionByName(op)) { in Reset()
Dcontext.h193 bool FindFunctionByName(const string& name) const;
Dcontext.cc571 bool EagerContext::FindFunctionByName(const string& name) const { in FindFunctionByName() function in tensorflow::EagerContext