Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dops.py2907 def __init__(self, statistic_type, value=None): argument
2913 def statistic_type(self): member in OpStats
2917 def statistic_type(self, statistic_type): argument
2988 def __init__(self, op_type, statistic_type): argument
3007 def get_stats_for_node_def(graph, node, statistic_type): argument