Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.cc407 const auto& dst_ids = node.outputs; in BindTensorsToOperations() local
408 for (int i = 0; i < dst_ids.size(); ++i) { in BindTensorsToOperations()
409 node.task.SetDstTensor(GetTensor(dst_ids[i]), i); in BindTensorsToOperations()
670 const auto& dst_ids = nodes_[task_index].outputs; in UpdatePreallocatedTensors() local
671 for (int i = 0; i < dst_ids.size(); ++i) { in UpdatePreallocatedTensors()
672 const auto& it = preallocated_tensors_.find(dst_ids[i]); in UpdatePreallocatedTensors()