HomeSort by relevance Sort by last modified time
    Searched defs:StatsAggregator (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/data/
stats_aggregator.h 28 // A `StatsAggregator` accumulates statistics incrementally. A
29 // `StatsAggregator` can accumulate multiple different statistics, distinguished
35 // NOTE(mrry): `StatsAggregator` is a virtual interface because we anticipate
41 class StatsAggregator {
43 virtual ~StatsAggregator() {}
52 // TODO(mrry): Consider separating this method from the `StatsAggregator`
58 // A `StatsAggregatorResource` wraps a shareable `StatsAggregator` as a resource
61 // NOTE(mrry): This class is separate from `StatsAggregator` in order to
63 // `StatsAggregator` interact with a `std::shared_ptr<StatsAggregator>` wherea
    [all...]
  /external/tensorflow/tensorflow/contrib/data/python/ops/
stats_ops.py 29 class StatsAggregator(object):
34 aggregated by the `StatsAggregator` that is associated with a particular
43 To associate a `StatsAggregator` with a @{tf.data.Iterator} object, use
49 stats_aggregator = stats_ops.StatsAggregator()
58 use the `StatsAggregator.get_summary()` tensor. The easiest way to do this
63 stats_aggregator = stats_ops.StatsAggregator()
69 we expect to add other implementations of `StatsAggregator` that provide
74 """Creates a `StatsAggregator`."""
92 `StatsAggregator`. After running the operation that this function
112 To consume the statistics, associate a `StatsAggregator` with an iterato
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
spirv_stats.cpp 49 class StatsAggregator {
51 StatsAggregator(SpirvStats* in_out_stats, const spv_const_context context) {
283 StatsAggregator* stats_aggregator =
284 reinterpret_cast<StatsAggregator*>(user_data);
291 StatsAggregator* stats_aggregator =
292 reinterpret_cast<StatsAggregator*>(user_data);
320 StatsAggregator stats_aggregator(stats, &context);

Completed in 205 milliseconds