Searched refs:supported_nodes (Results 1 – 4 of 4) sorted by relevance
53 std::vector<int> supported_nodes; in Prepare() local61 supported_nodes.push_back(node_index); in Prepare()68 ConvertVectorToTfLiteIntArray(supported_nodes); in Prepare()
31 const std::vector<int>& supported_nodes) { in GenericPrepare() argument33 ConvertVectorToTfLiteIntArray(supported_nodes); in GenericPrepare()
128 std::vector<int> supported_nodes(1);137 supported_nodes.push_back(node_index);141 supported_nodes[0] = supported_nodes.size() - 1;150 reinterpret_cast<TfLiteIntArray*>(supported_nodes.data()), delegate);
1388 std::vector<int> supported_nodes(1); in NnApiDelegate() local1405 supported_nodes.push_back(node_index); in NnApiDelegate()1409 supported_nodes[0] = supported_nodes.size() - 1; in NnApiDelegate()1415 reinterpret_cast<TfLiteIntArray*>(supported_nodes.data()), in NnApiDelegate()