Searched refs:nnapi_op_index (Results 1 – 1 of 1) sorted by relevance
3810 for (int nnapi_op_index = 0; nnapi_op_index < nnapi_model_size; in GetOperationsSupportedByTargetNnApiDevices() local3811 nnapi_op_index++) { in GetOperationsSupportedByTargetNnApiDevices()3812 const auto tflite_op_index = nnapi_to_tflite_op_mapping_[nnapi_op_index]; in GetOperationsSupportedByTargetNnApiDevices()3814 nnapi_ops_support_flags[nnapi_op_index]; in GetOperationsSupportedByTargetNnApiDevices()