Searched refs:nnapi_model_size (Results 1 – 1 of 1) sorted by relevance
3792 const auto nnapi_model_size = nnapi_to_tflite_op_mapping_.size(); in GetOperationsSupportedByTargetNnApiDevices() local3795 std::unique_ptr<bool[]> nnapi_ops_support_flags(new bool[nnapi_model_size]); in GetOperationsSupportedByTargetNnApiDevices()3810 for (int nnapi_op_index = 0; nnapi_op_index < nnapi_model_size; in GetOperationsSupportedByTargetNnApiDevices()