Home
last modified time | relevance | path

Searched defs:ImportGraphDef (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/python/
H A Dmlir.cc189 std::string ImportGraphDef(const std::string& proto, in ImportGraphDef() function
198 std::string ImportGraphDef(const std::string& proto, in ImportGraphDef() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dgraphdef_import.cc902 StatusOr<OwningOpRef<ModuleOp>> ImportGraphDef(MLIRContext *context, in ImportGraphDef() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_constructor_test.cc926 TEST_F(GraphConstructorTest, ImportGraphDef) { in TEST_F() argument
H A Dgraph_constructor.cc1484 Status ImportGraphDef(const ImportGraphDefOptions& opts, const GraphDef& gdef, in ImportGraphDef() function
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_test.cc696 TEST(CAPI, ImportGraphDef) { in TEST() argument