TensorFlow

API

 tf.data / experimental / experimental.StatsAggregator


A transformation that stops dataset iteration based on a predicate.

predicate A function that maps a nested structure of tensors (having shapes and types defined by self.output_shapes and self.output_types) to a scalar tf.bool tensor.

A Dataset transformation function, which can be passed to tf.data.Dataset.apply.

此页内容是否对您有帮助