Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc866 class UnbatchResource : public ResourceBase { class
868 explicit UnbatchResource(int32 timeout_micros) in UnbatchResource() function in tensorflow::UnbatchResource
873 ~UnbatchResource() override { in ~UnbatchResource()
1066 UnbatchResource* ubr; in ComputeAsync()
1067 std::function<Status(UnbatchResource**)> creator = in ComputeAsync()
1068 [this](UnbatchResource** r) { in ComputeAsync()
1069 *r = new UnbatchResource(timeout_micros_); in ComputeAsync()