Searched refs:kTensorsCapacityHeadroom (Results 1 – 4 of 4) sorted by relevance
567 static constexpr int kTensorsCapacityHeadroom = 16; variable
1067 context->AddTensors(context, Interpreter::kTensorsCapacityHeadroom, in TEST()1090 (context->tensors_size + Interpreter::kTensorsCapacityHeadroom + 1) * 2, in TEST()
296 static constexpr int kTensorsCapacityHeadroom = 16; variable
1486 const size_t required_capacity = tensors_.size() + kTensorsCapacityHeadroom; in EnsureTensorsVectorCapacity()