Home
last modified time | relevance | path

Searched refs:GrapplerItemFromMetaGraphDef (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder_test.cc82 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()
Dgrappler_item_builder.h58 std::unique_ptr<GrapplerItem> GrapplerItemFromMetaGraphDef(
Dgrappler_item_builder.cc190 std::unique_ptr<GrapplerItem> GrapplerItemFromMetaGraphDef( in GrapplerItemFromMetaGraphDef() function
649 return GrapplerItemFromMetaGraphDef(id, meta_graph, cfg); in GrapplerItemFromMetaGraphDefFile()
/external/tensorflow/tensorflow/python/grappler/
Dmodel_analyzer.i48 tensorflow::grappler::GrapplerItemFromMetaGraphDef("metagraph", metagraph, cfg); in GenerateModelReport()
Dcost_analyzer.i51 tensorflow::grappler::GrapplerItemFromMetaGraphDef("metagraph", metagraph, cfg); in GenerateCostReport()
Dtf_optimizer.i103 tensorflow::grappler::GrapplerItemFromMetaGraphDef(graph_id, metagraph, item_config); in TF_OptimizeGraph()
Ditem.i87 tensorflow::grappler::GrapplerItemFromMetaGraphDef("item", meta_graph, cfg); in TF_NewItem()
/external/tensorflow/tensorflow/core/grappler/inputs/
Dfile_input_yielder.cc122 GrapplerItemFromMetaGraphDef(id, metagraph, cfg); in NextItem()
/external/tensorflow/tensorflow/core/kernels/data/
Dgraph_rewrite_dataset.cc171 tensorflow::grappler::GrapplerItemFromMetaGraphDef( in ApplyOptimizations()