HomeSort by relevance Sort by last modified time
    Searched refs:graph_prefix (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/bin/
fio_util.py 369 graph_prefix=None):
376 "graph": "<graph_prefix>_1m_write_wr_lat_99.00_percent_usec",
387 @param graph_prefix: prefix of the graph name in chrome perf dashboard
425 if not graph_prefix:
426 graph_prefix = ''
431 k = k.replace('_' + name_prefix, graph_prefix)
  /external/tensorflow/tensorflow/contrib/model_pruning/python/
strip_pruning_vars_test.py 135 def _get_outputs(self, session, input_graph, tensors_list, graph_prefix=None):
139 if graph_prefix:
140 output_tensor = graph_prefix + "/" + output_tensor
167 graph_prefix="final")

Completed in 1726 milliseconds