Home
last modified time | relevance | path

Searched defs:statistic_type (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dops.py2510 def __init__(self, statistic_type, value=None): argument
2516 def statistic_type(self): member in OpStats
2520 def statistic_type(self, statistic_type): member in OpStats
2589 def __init__(self, op_type, statistic_type): argument
2608 def get_stats_for_node_def(graph, node, statistic_type): argument