Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc208 class BatchResource : public ResourceBase { class
214 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 …]