Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.h66 stats.const_objects = const_objects_.stats(); in stats()
90 ObjectManager const_objects_; variable
Druntime.cc290 MakeBindingFunc(object, id, &const_objects_, &binding_func)); in AddProgram()
338 RETURN_IF_ERROR(const_objects_.RegisterBuffer(*id, std::move(gl_buffer))); in AllocateConstObject()
345 const_objects_.RegisterTexture(*id, std::move(gl_texture))); in AllocateConstObject()
360 RETURN_IF_ERROR(const_objects_.RegisterBuffer(next_const_id_++, in PrepareForExecution()