Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.h75 absl::Status AllocateInternalObject(const Object& object);
Druntime.cc300 absl::Status Runtime::AllocateInternalObject(const Object& object) { in AllocateInternalObject() function in tflite::gpu::gl::Runtime
370 RETURN_IF_ERROR(AllocateInternalObject(object)); in PrepareForExecution()
384 RETURN_IF_ERROR(AllocateInternalObject(object)); in PrepareForExecution()