Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dinference_context.cc557 std::vector<ValueId> node_tensor_ids = node.inputs; in AllocateBufferBasedTensors() local
558 node_tensor_ids.insert(node_tensor_ids.end(), node.outputs.begin(), in AllocateBufferBasedTensors()
560 for (auto& tensor_id : node_tensor_ids) { in AllocateBufferBasedTensors()
639 std::vector<ValueId> node_tensor_ids = node.inputs; in AllocateStrongShapesTensors() local
640 node_tensor_ids.insert(node_tensor_ids.end(), node.outputs.begin(), in AllocateStrongShapesTensors()
642 for (auto& tensor_id : node_tensor_ids) { in AllocateStrongShapesTensors()