Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.h77 absl::Status AllocateConstObject(const Object& object, uint32_t* id);
Druntime.cc288 RETURN_IF_ERROR(AllocateConstObject(object, &id)); in AddProgram()
324 absl::Status Runtime::AllocateConstObject(const Object& object, uint32_t* id) { in AllocateConstObject() function in tflite::gpu::gl::Runtime