Home | History | Annotate | Download | only in session_bundle

Lines Matching refs:MetaGraphDef

49 // Function used to rewrite a MetaGraphDef.
50 using MetaGraphDefTwiddler = std::function<void(MetaGraphDef*)>;
54 // The Twiddler can be used to update the MetaGraphDef before output.
72 MetaGraphDef graph_def;
271 // MetaGraphDef.
299 const string export_path = SetupExport([](MetaGraphDef*) {});
307 SetupExport([](MetaGraphDef*) {}, "export", kMetaGraphDefFilename);
312 const string path = SetupExport([](MetaGraphDef* def) {
323 const string path = SetupExport([](MetaGraphDef* def) {
339 const string path = SetupExport([](MetaGraphDef* def) {
355 const string path = SetupExport([](MetaGraphDef* def) {
372 const string path = SetupExport([](MetaGraphDef* def) {
388 const string path = SetupExport([](MetaGraphDef* def) {
404 const string export_path = SetupExport([](MetaGraphDef*) {});