Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dfuse_auto_input.cc146 auto super_inputs = graph->FindInputs(input->id); in ApplyToNode() local
152 for (int i = 0; i < super_inputs.size(); ++i) { in ApplyToNode()
198 if (!graph->AddConsumer(node->id, super_inputs[i]->id).ok()) { in ApplyToNode()