Searched refs:UnbatchResource (Results 1 – 1 of 1) sorted by relevance
866 class UnbatchResource : public ResourceBase { class868 explicit UnbatchResource(int32 timeout_micros) in UnbatchResource() function in tensorflow::UnbatchResource873 ~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()