Searched refs:BatchResource (Results 1 – 1 of 1) sorted by relevance
208 class BatchResource : public ResourceBase { class214 std::unique_ptr<BatchResource>* resource) { in Create()215 std::unique_ptr<BatchResource> new_resource(new BatchResource); in Create()279 BatchResource() = default;722 BatchResource* br; in ComputeAsync()723 std::function<Status(BatchResource**)> creator = [this](BatchResource** r) { in ComputeAsync()724 std::unique_ptr<BatchResource> new_resource; in ComputeAsync()726 BatchResource::Create(num_batch_threads_, max_batch_size_, in ComputeAsync()802 BatchResource* br; in ComputeAsync()803 std::function<Status(BatchResource**)> creator = [this](BatchResource** r) { in ComputeAsync()[all …]