Searched refs:statistic_type (Results 1 – 2 of 2) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | identify.c | 544 statistic_type; in IdentifyImage() local 549 statistic_type=(StatisticType) ParseCommandOption(MagickStatisticOptions, in IdentifyImage() 555 channel_statistics=GetLocationStatistics(image,statistic_type,exception); in IdentifyImage() 565 statistic_type,max_locations,channel_statistics); in IdentifyImage() 567 statistic_type,max_locations,channel_statistics); in IdentifyImage() 569 statistic_type,max_locations,channel_statistics); in IdentifyImage() 575 statistic_type,max_locations,channel_statistics); in IdentifyImage() 577 "Magenta",statistic_type,max_locations,channel_statistics); in IdentifyImage() 579 statistic_type,max_locations,channel_statistics); in IdentifyImage() 581 statistic_type,max_locations,channel_statistics); in IdentifyImage() [all …]
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 2530 def __init__(self, statistic_type, value=None): argument 2532 self.statistic_type = statistic_type 2536 def statistic_type(self): member in OpStats 2539 @statistic_type.setter 2540 def statistic_type(self, statistic_type): argument 2541 self._statistic_type = statistic_type 2552 if other.statistic_type != self.statistic_type: 2554 (self.statistic_type, other.statistic_type)) 2609 def __init__(self, op_type, statistic_type): argument 2616 if not isinstance(statistic_type, six.string_types): [all …]
|