Searched refs:node_outputs (Results 1 – 4 of 4) sorted by relevance
72 std::unordered_map<string, std::set<int>> node_outputs; in InsertLogging() local86 node_outputs[name].insert(output_index); in InsertLogging()96 if (node_outputs[node.name()].empty()) { in InsertLogging()130 for (int output_index : node_outputs[node.name()]) { in InsertLogging()
44 auto node_outputs = graph->FindOutputs(node->id); in ApplyToNode() local45 for (auto output_value : node_outputs) { in ApplyToNode()
163 TfLiteIntArray* node_outputs = node.outputs; in PlanAllocations() local164 for (int j = 0; j < node_outputs->size; ++j) { in PlanAllocations()165 int tensor_index = node_outputs->data[j]; in PlanAllocations()
56 auto node_outputs = graph->FindOutputs(node->id); in ApplyToNode() local