Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/model_utils/
Dexport_output.py40 _SEPARATOR_CHAR = '/' variable in ExportOutput
58 key = self._SEPARATOR_CHAR.join(key)
302 key = output_name + self._SEPARATOR_CHAR + key
339 val_name = key + self._SEPARATOR_CHAR + self.METRIC_VALUE_SUFFIX
340 op_name = key + self._SEPARATOR_CHAR + self.METRIC_UPDATE_SUFFIX