Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.h91 uint32_t next_const_id_ = 0; // id for const objects variable
Druntime.cc330 *id = next_const_id_++; in AllocateConstObject()
360 RETURN_IF_ERROR(const_objects_.RegisterBuffer(next_const_id_++, in PrepareForExecution()