Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.h306 std::vector<int>* device_supported_nodes, int* num_partitions,
Dnnapi_delegate.cc4954 std::vector<int>* device_supported_nodes, int* num_partitions, in GetNodesSupportedByAccelerator() argument
4977 device_supported_nodes->insert(device_supported_nodes->end(), in GetNodesSupportedByAccelerator()
4989 if (device_supported_nodes->size() != supported_nodes.size()) { in GetNodesSupportedByAccelerator()
4993 BuildTfLiteIntArray(*device_supported_nodes); in GetNodesSupportedByAccelerator()