Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/micro/
Dmicro_interpreter.cc97 int* first_created = reinterpret_cast<int*>(tensor_allocator_->AllocateMemory( in MicroInterpreter() local
102 first_created[i] = -1; in MicroInterpreter()
129 first_created[tensor_index] = i; in MicroInterpreter()
136 const bool is_read_only = (first_created[i] == -1) && (last_used[i] != -1); in MicroInterpreter()