Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.h207 std::vector<int> task_ids_with_preallocated_tensors_; variable
Dinference_context.cc368 task_ids_with_preallocated_tensors_.push_back(i); in AllocateTensors()
661 for (auto& task_index : task_ids_with_preallocated_tensors_) { in UpdatePreallocatedTensors()