Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Didentify.c547 statistic_type; in IdentifyImage() local
552 statistic_type=(StatisticType) ParseCommandOption(MagickStatisticOptions, in IdentifyImage()
558 channel_statistics=GetLocationStatistics(image,statistic_type,exception); in IdentifyImage()
568 statistic_type,max_locations,channel_statistics); in IdentifyImage()
570 statistic_type,max_locations,channel_statistics); in IdentifyImage()
572 statistic_type,max_locations,channel_statistics); in IdentifyImage()
578 statistic_type,max_locations,channel_statistics); in IdentifyImage()
580 "Magenta",statistic_type,max_locations,channel_statistics); in IdentifyImage()
582 statistic_type,max_locations,channel_statistics); in IdentifyImage()
584 statistic_type,max_locations,channel_statistics); in IdentifyImage()
[all …]
/external/tensorflow/tensorflow/python/framework/
Dops.py2744 def __init__(self, statistic_type, value=None): argument
2746 self.statistic_type = statistic_type
2750 def statistic_type(self): member in OpStats
2753 @statistic_type.setter
2754 def statistic_type(self, statistic_type): argument
2755 self._statistic_type = statistic_type
2766 if other.statistic_type != self.statistic_type:
2768 (self.statistic_type, other.statistic_type))
2825 def __init__(self, op_type, statistic_type): argument
2832 if not isinstance(statistic_type, six.string_types):
[all …]