Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Didentify.c544 statistic_type; in IdentifyImage() local
/external/tensorflow/tensorflow/python/framework/
Dops.py2530 def __init__(self, statistic_type, value=None): argument
2536 def statistic_type(self): member in OpStats
2540 def statistic_type(self, statistic_type): member in OpStats
2609 def __init__(self, op_type, statistic_type): argument
2628 def get_stats_for_node_def(graph, node, statistic_type): argument