Searched refs:ItemConfig (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | grappler_item_builder.h | 31 struct ItemConfig { struct 32 ItemConfig() {} in ItemConfig() argument 59 const string& id, const MetaGraphDef& meta_graph, const ItemConfig& cfg); argument 65 const string& id, const string& meta_graph_file, const ItemConfig& cfg);
|
D | grappler_item_builder_test.cc | 78 ItemConfig cfg; in TEST_F() 160 ItemConfig cfg; in TEST_F() 185 ItemConfig cfg; in TEST_F() 205 ItemConfig cfg; in TEST_F() 241 GrapplerItemFromMetaGraphDef("0", meta_graph, ItemConfig()); in TEST_F() 273 GrapplerItemFromMetaGraphDef("0", meta_graph, ItemConfig()); in TEST_F() 299 ItemConfig cfg; in TEST_F() 309 GrapplerItemFromMetaGraphDef("0", meta_graph, ItemConfig()); in TEST_F() 325 ItemConfig config; in TEST_F()
|
D | grappler_item_builder.cc | 85 const ItemConfig& cfg) { in OptimizeGraph() 168 Status ReplaceUnknownShapeDim(const ItemConfig& cfg, in ReplaceUnknownShapeDim() 191 const string& id, const MetaGraphDef& meta_graph, const ItemConfig& cfg) { in GrapplerItemFromMetaGraphDef() 644 const string& id, const string& meta_graph_file, const ItemConfig& cfg) { in GrapplerItemFromMetaGraphDefFile()
|
/external/tensorflow/tensorflow/python/grappler/ |
D | model_analyzer.i | 45 tensorflow::grappler::ItemConfig cfg; in GenerateModelReport()
|
D | cost_analyzer.i | 48 tensorflow::grappler::ItemConfig cfg; in GenerateCostReport()
|
D | tf_optimizer.i | 99 tensorflow::grappler::ItemConfig item_config; in TF_OptimizeGraph()
|
D | item.i | 83 tensorflow::grappler::ItemConfig cfg; in TF_NewItem()
|
/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | file_input_yielder.cc | 120 ItemConfig cfg; in NextItem()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | graph_rewrite_dataset.cc | 168 tensorflow::grappler::ItemConfig item_config; in ApplyOptimizations()
|