Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc1091 class UnbatchGradResource : public ResourceBase { class
1093 UnbatchGradResource() {} in UnbatchGradResource() function in tensorflow::UnbatchGradResource
1252 UnbatchGradResource* ubr; in ComputeAsync()
1253 std::function<Status(UnbatchGradResource**)> creator = in ComputeAsync()
1254 [](UnbatchGradResource** r) { in ComputeAsync()
1255 *r = new UnbatchGradResource(); in ComputeAsync()