Searched refs:GrapplerItemFromMetaGraphDef (Results 1 – 9 of 9) 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()
|
D | grappler_item_builder.h | 58 std::unique_ptr<GrapplerItem> GrapplerItemFromMetaGraphDef(
|
D | grappler_item_builder.cc | 190 std::unique_ptr<GrapplerItem> GrapplerItemFromMetaGraphDef( in GrapplerItemFromMetaGraphDef() function 649 return GrapplerItemFromMetaGraphDef(id, meta_graph, cfg); in GrapplerItemFromMetaGraphDefFile()
|
/external/tensorflow/tensorflow/python/grappler/ |
D | model_analyzer.i | 48 tensorflow::grappler::GrapplerItemFromMetaGraphDef("metagraph", metagraph, cfg); in GenerateModelReport()
|
D | cost_analyzer.i | 51 tensorflow::grappler::GrapplerItemFromMetaGraphDef("metagraph", metagraph, cfg); in GenerateCostReport()
|
D | tf_optimizer.i | 103 tensorflow::grappler::GrapplerItemFromMetaGraphDef(graph_id, metagraph, item_config); in TF_OptimizeGraph()
|
D | item.i | 87 tensorflow::grappler::GrapplerItemFromMetaGraphDef("item", meta_graph, cfg); in TF_NewItem()
|
/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | file_input_yielder.cc | 122 GrapplerItemFromMetaGraphDef(id, metagraph, cfg); in NextItem()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | graph_rewrite_dataset.cc | 171 tensorflow::grappler::GrapplerItemFromMetaGraphDef( in ApplyOptimizations()
|