Searched refs:GrapplerItemFromMetaGraphDef (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | grappler_item_builder_test.cc | 82 GrapplerItemFromMetaGraphDef("0", meta_graph, cfg); in TEST_F() 164 GrapplerItemFromMetaGraphDef("0", meta_graph, cfg); in TEST_F() 188 GrapplerItemFromMetaGraphDef("0", meta_graph, cfg); in TEST_F() 208 GrapplerItemFromMetaGraphDef("0", meta_graph, cfg); in TEST_F() 241 GrapplerItemFromMetaGraphDef("0", meta_graph, ItemConfig()); in TEST_F() 273 GrapplerItemFromMetaGraphDef("0", meta_graph, ItemConfig()); in TEST_F() 302 GrapplerItemFromMetaGraphDef("0", meta_graph, cfg); in TEST_F() 309 GrapplerItemFromMetaGraphDef("0", meta_graph, ItemConfig()); in TEST_F() 330 GrapplerItemFromMetaGraphDef("0", meta_graph, config); in TEST_F() 366 GrapplerItemFromMetaGraphDef("0", meta_graph, cfg); in TEST_F() [all …]
|
D | grappler_item_builder.h | 72 std::unique_ptr<GrapplerItem> GrapplerItemFromMetaGraphDef(
|
D | grappler_item_builder.cc | 290 std::unique_ptr<GrapplerItem> GrapplerItemFromMetaGraphDef( in GrapplerItemFromMetaGraphDef() function 683 return GrapplerItemFromMetaGraphDef(id, meta_graph, cfg); in GrapplerItemFromMetaGraphDefFile()
|
/external/tensorflow/tensorflow/python/grappler/ |
D | model_analyzer_wrapper.cc | 40 tensorflow::grappler::GrapplerItemFromMetaGraphDef( in PYBIND11_MODULE()
|
D | cost_analyzer_wrapper.cc | 43 tensorflow::grappler::GrapplerItemFromMetaGraphDef( in PYBIND11_MODULE()
|
D | tf_optimizer_wrapper.cc | 87 tensorflow::grappler::GrapplerItemFromMetaGraphDef( in PYBIND11_MODULE()
|
D | item_wrapper.cc | 146 tensorflow::grappler::GrapplerItemFromMetaGraphDef( in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | file_input_yielder.cc | 122 GrapplerItemFromMetaGraphDef(id, metagraph, cfg); in NextItem()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | upgrade_graph.cc | 155 grappler::GrapplerItemFromMetaGraphDef("graph", meta_graph_def, in RunGrappler()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | rewrite_utils.cc | 120 tensorflow::grappler::GrapplerItemFromMetaGraphDef( in ApplyRewrites()
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | symbols_pybind.txt | 273 tensorflow::grappler::GrapplerItemFromMetaGraphDef
|