Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.h32 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);
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()
364 ItemConfig cfg; in TEST_F()
[all …]
Dgrappler_item_builder.cc92 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/
Dmodel_analyzer_wrapper.cc37 tensorflow::grappler::ItemConfig cfg; in PYBIND11_MODULE()
Dcost_analyzer_wrapper.cc40 tensorflow::grappler::ItemConfig cfg; in PYBIND11_MODULE()
Dtf_optimizer_wrapper.cc81 tensorflow::grappler::ItemConfig item_config; in PYBIND11_MODULE()
Ditem_wrapper.cc142 tensorflow::grappler::ItemConfig cfg; in PYBIND11_MODULE()
/external/tensorflow/tensorflow/core/grappler/inputs/
Dfile_input_yielder.cc120 ItemConfig cfg; in NextItem()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dupgrade_graph.cc152 grappler::ItemConfig item_config; in RunGrappler()
/external/tensorflow/tensorflow/core/kernels/data/
Drewrite_utils.cc117 tensorflow::grappler::ItemConfig item_config; in ApplyRewrites()