Searched refs:ItemConfig (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | grappler_item_builder.h | 32 struct ItemConfig { struct 33 ItemConfig() {} in ItemConfig() function 68 GraphDef* output_graph_def, const ItemConfig& cfg); argument 73 const string& id, const MetaGraphDef& meta_graph, const ItemConfig& cfg); 79 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() 364 ItemConfig cfg; in TEST_F() [all …]
|
D | grappler_item_builder.cc | 92 Status ReplaceUnknownShapeDim(const ItemConfig& cfg, in ReplaceUnknownShapeDim() 117 const ItemConfig& cfg, in UpdatePlaceholderShape() 208 const ItemConfig& cfg) { in RuntimeGraphOptimizer() 291 const string& id, const MetaGraphDef& meta_graph, const ItemConfig& cfg) { in GrapplerItemFromMetaGraphDef() 677 const string& id, const string& meta_graph_file, const ItemConfig& cfg) { in GrapplerItemFromMetaGraphDefFile()
|
/external/tensorflow/tensorflow/python/grappler/ |
D | model_analyzer_wrapper.cc | 37 tensorflow::grappler::ItemConfig cfg; in PYBIND11_MODULE()
|
D | cost_analyzer_wrapper.cc | 40 tensorflow::grappler::ItemConfig cfg; in PYBIND11_MODULE()
|
D | tf_optimizer_wrapper.cc | 81 tensorflow::grappler::ItemConfig item_config; in PYBIND11_MODULE()
|
D | item_wrapper.cc | 142 tensorflow::grappler::ItemConfig cfg; in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | file_input_yielder.cc | 120 ItemConfig cfg; in NextItem()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | upgrade_graph.cc | 152 grappler::ItemConfig item_config; in RunGrappler()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | rewrite_utils.cc | 117 tensorflow::grappler::ItemConfig item_config; in ApplyRewrites()
|