Home
last modified time | relevance | path

Searched refs:meta_graph_file (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.h65 const string& id, const string& meta_graph_file, const ItemConfig& cfg);
Dgrappler_item_builder.cc644 const string& id, const string& meta_graph_file, const ItemConfig& cfg) { in GrapplerItemFromMetaGraphDefFile() argument
646 if (!ReadMetaGraphDefFromFile(meta_graph_file, &meta_graph).ok()) { in GrapplerItemFromMetaGraphDefFile()