Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dstats_aggregator_ops.cc47 class StatsAggregatorImpl : public StatsAggregator { class
49 StatsAggregatorImpl() {} in StatsAggregatorImpl() function in tensorflow::data::experimental::__anone0979ab30111::StatsAggregatorImpl
111 TF_DISALLOW_COPY_AND_ASSIGN(StatsAggregatorImpl);
124 new StatsAggregatorResource(absl::make_unique<StatsAggregatorImpl>()); in CreateResource()