Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.h31 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);
Dgrappler_item_builder_test.cc78 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()
Dgrappler_item_builder.cc85 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/
Dmodel_analyzer.i45 tensorflow::grappler::ItemConfig cfg; in GenerateModelReport()
Dcost_analyzer.i48 tensorflow::grappler::ItemConfig cfg; in GenerateCostReport()
Dtf_optimizer.i99 tensorflow::grappler::ItemConfig item_config; in TF_OptimizeGraph()
Ditem.i83 tensorflow::grappler::ItemConfig cfg; in TF_NewItem()
/external/tensorflow/tensorflow/core/grappler/inputs/
Dfile_input_yielder.cc120 ItemConfig cfg; in NextItem()
/external/tensorflow/tensorflow/core/kernels/data/
Dgraph_rewrite_dataset.cc168 tensorflow::grappler::ItemConfig item_config; in ApplyOptimizations()