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.h79 const string& id, const string& meta_graph_file, const ItemConfig& cfg);
Dgrappler_item_builder.cc676 const string& id, const string& meta_graph_file, const ItemConfig& cfg) { in GrapplerItemFromMetaGraphDefFile() argument
678 if (!ReadMetaGraphDefFromFile(meta_graph_file, &meta_graph).ok()) { in GrapplerItemFromMetaGraphDefFile()
679 LOG(ERROR) << "Failed to read " << meta_graph_file; in GrapplerItemFromMetaGraphDefFile()