Searched refs:StatsAggregatorResource (Results 1 – 3 of 3) sorted by relevance
115 : 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()
88 core::RefCountPtr<StatsAggregatorResource> resource; in MakeDataset()105 StatsAggregatorResource* resource, const string& tag, in Dataset()190 StatsAggregatorResource* resource = in ContextWithAggregator()227 StatsAggregatorResource* stats_aggregator_resource_;
77 class StatsAggregatorResource : public ResourceBase {80 StatsAggregatorResource(std::unique_ptr<StatsAggregator> stats_aggregator) in StatsAggregatorResource() function