Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dstats_aggregator_ops.cc115 : public ResourceOpKernel<StatsAggregatorResource> {
118 : ResourceOpKernel<StatsAggregatorResource>(ctx) {} in StatsAggregatorHandleOp()
121 Status CreateResource(StatsAggregatorResource** ret) override in CreateResource()
124 new StatsAggregatorResource(absl::make_unique<StatsAggregatorImpl>()); in CreateResource()
239 : public ResourceOpKernel<StatsAggregatorResource> {
242 : ResourceOpKernel<StatsAggregatorResource>(ctx) {} in StatsAggregatorHandleOpV2()
245 Status CreateResource(StatsAggregatorResource** ret) override in CreateResource()
248 new StatsAggregatorResource(absl::make_unique<StatsAggregatorImplV2>()); in CreateResource()
263 core::RefCountPtr<StatsAggregatorResource> resource; in Compute()
285 core::RefCountPtr<StatsAggregatorResource> resource; in Compute()
Dset_stats_aggregator_dataset_op.cc88 core::RefCountPtr<StatsAggregatorResource> resource; in MakeDataset()
105 StatsAggregatorResource* resource, const string& tag, in Dataset()
190 StatsAggregatorResource* resource = in ContextWithAggregator()
227 StatsAggregatorResource* stats_aggregator_resource_;
/external/tensorflow/tensorflow/core/framework/
Dstats_aggregator.h77 class StatsAggregatorResource : public ResourceBase {
80 StatsAggregatorResource(std::unique_ptr<StatsAggregator> stats_aggregator) in StatsAggregatorResource() function