Home | History | Annotate | Download | only in training

Lines Matching refs:meta_graph_suffix

1382   def _MetaGraphFilename(self, checkpoint_filename, meta_graph_suffix="meta"):
1387 meta_graph_suffix: Suffix for `MetaGraphDef` file. Defaults to 'meta'.
1396 meta_graph_filename = ".".join([basename, meta_graph_suffix])
1414 def _MaybeDeleteOldCheckpoints(self, meta_graph_suffix="meta"):
1425 meta_graph_suffix: Suffix for `MetaGraphDef` file. Defaults to 'meta'.
1441 self._MetaGraphFilename(checkpoint_prefix, meta_graph_suffix))
1565 meta_graph_suffix="meta",
1590 meta_graph_suffix: Suffix for `MetaGraphDef` file. Defaults to 'meta'.
1669 self._MaybeDeleteOldCheckpoints(meta_graph_suffix=meta_graph_suffix)
1679 checkpoint_file, meta_graph_suffix=meta_graph_suffix)