Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/micro/
Dmicro_interpreter.cc117 int destroy_after = last_used[tensor_index]; in MicroInterpreter() local
118 if (destroy_after == -1) { in MicroInterpreter()
119 destroy_after = operators_->Length(); in MicroInterpreter()
124 *tensor, create_before, destroy_after, buffers, error_reporter, in MicroInterpreter()
Dsimple_tensor_allocator.h35 int destroy_after,
Dsimple_tensor_allocator.cc79 int destroy_after, in AllocateTensor() argument