/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Utils.cpp | 34 nn::GeneralResult<std::vector<Type>> cloneVec(const std::vector<Type>& arguments) { in cloneVec() argument 36 clonedObjects.reserve(arguments.size()); in cloneVec() 37 for (const auto& argument : arguments) { in cloneVec() 44 nn::GeneralResult<std::vector<Type>> clone(const std::vector<Type>& arguments) { in clone() argument 45 return cloneVec(arguments); in clone()
|
D | Conversions.cpp | 77 const std::vector<Type>& arguments) { in unvalidatedConvertVec() argument 79 canonical.reserve(arguments.size()); in unvalidatedConvertVec() 80 for (const auto& argument : arguments) { in unvalidatedConvertVec() 88 const std::vector<Type>& arguments) { in unvalidatedConvert() argument 89 return unvalidatedConvertVec(arguments); in unvalidatedConvert() 101 const std::vector<Type>& arguments) { in validatedConvert() argument 103 canonical.reserve(arguments.size()); in validatedConvert() 104 for (const auto& argument : arguments) { in validatedConvert() 792 const std::vector<Type>& arguments) { in unvalidatedConvert() argument 794 halObject.reserve(arguments.size()); in unvalidatedConvert() [all …]
|
/hardware/interfaces/neuralnetworks/1.1/utils/src/ |
D | Conversions.cpp | 51 const hidl_vec<Type>& arguments) { in unvalidatedConvert() argument 53 canonical.reserve(arguments.size()); in unvalidatedConvert() 54 for (const auto& argument : arguments) { in unvalidatedConvert() 181 const std::vector<Type>& arguments) { in unvalidatedConvert() argument 182 hidl_vec<UnvalidatedConvertOutput<Type>> halObject(arguments.size()); in unvalidatedConvert() 183 for (size_t i = 0; i < arguments.size(); ++i) { in unvalidatedConvert() 184 halObject[i] = NN_TRY(unvalidatedConvert(arguments[i])); in unvalidatedConvert()
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | Conversions.cpp | 64 const hidl_vec<Type>& arguments) { in unvalidatedConvert() argument 66 canonical.reserve(arguments.size()); in unvalidatedConvert() 67 for (const auto& argument : arguments) { in unvalidatedConvert() 82 const hidl_vec<Type>& arguments) { in validatedConvert() argument 84 canonical.reserve(arguments.size()); in validatedConvert() 85 for (const auto& argument : arguments) { in validatedConvert() 354 const std::vector<Type>& arguments) { in unvalidatedConvert() argument 355 hidl_vec<UnvalidatedConvertOutput<Type>> halObject(arguments.size()); in unvalidatedConvert() 356 for (size_t i = 0; i < arguments.size(); ++i) { in unvalidatedConvert() 357 halObject[i] = NN_TRY(unvalidatedConvert(arguments[i])); in unvalidatedConvert() [all …]
|
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | README | 18 All of the commandline arguments provided by the microbenchmark library are valid, such as `--bench… 19 In addition to the command line arguments provided by microbenchmark, `--service_name=<service_name…
|
/hardware/interfaces/security/keymint/aidl/vts/performance/ |
D | README | 20 library](https://github.com/google/benchmark). All of the commandline arguments 23 In addition to the command line arguments provided by microbenchmark,
|
/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
D | Conversions.cpp | 79 const hidl_vec<Type>& arguments) { in unvalidatedConvert() argument 81 canonical.reserve(arguments.size()); in unvalidatedConvert() 82 for (const auto& argument : arguments) { in unvalidatedConvert() 97 const hidl_vec<Type>& arguments) { in validatedConvert() argument 99 canonical.reserve(arguments.size()); in validatedConvert() 100 for (const auto& argument : arguments) { in validatedConvert() 429 const std::vector<Type>& arguments) { in unvalidatedConvert() argument 430 hidl_vec<UnvalidatedConvertOutput<Type>> halObject(arguments.size()); in unvalidatedConvert() 431 for (size_t i = 0; i < arguments.size(); ++i) { in unvalidatedConvert() 432 halObject[i] = NN_TRY(unvalidatedConvert(arguments[i])); in unvalidatedConvert() [all …]
|
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/ |
D | Burst.cpp | 198 auto arguments = mRequestChannelReceiver->getBlocking(); in task() local 204 if (!arguments.has_value()) { in task() 213 const auto [requestWithoutPools, slotsOfPools, measure] = std::move(arguments).value(); in task()
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Conversions.cpp | 67 const hidl_vec<Type>& arguments) { in unvalidatedConvert() argument 69 canonical.reserve(arguments.size()); in unvalidatedConvert() 70 for (const auto& argument : arguments) { in unvalidatedConvert() 394 const std::vector<Type>& arguments) { in unvalidatedConvert() argument 395 hidl_vec<UnvalidatedConvertOutput<Type>> halObject(arguments.size()); in unvalidatedConvert() 396 for (size_t i = 0; i < arguments.size(); ++i) { in unvalidatedConvert() 397 halObject[i] = NN_TRY(utils::unvalidatedConvert(arguments[i])); in unvalidatedConvert()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/ |
D | dispatch.adoc | 38 related arguments are defined. 87 corresponding to the arguments of pname:function. 107 parameters, corresponding to the arguments of pname:function. 138 exchange data with the kernel must: be to __pass resources via the arguments 219 In the CUDA kernel source code, here is an example on how arguments match
|
/hardware/interfaces/fastboot/1.1/ |
D | IFastboot.hal | 28 * INVALID_ARGUMENT for bad arguments,
|
/hardware/interfaces/configstore/1.1/default/seccomp_policy/ |
D | configstore@1.1-arm64.policy | 21 # TODO(b/68162846) reduce scope of prctl() based on arguments
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 43 * These are struct declarations for the function arguments
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 43 * These are struct declarations for the function arguments
|
D | loc_api.xdr | 50 * These are struct declarations for the function arguments
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | IExecutionCallback.hal | 40 * - INVALID_ARGUMENT if one of the input arguments to
|
D | IPreparedModelCallback.hal | 45 * - INVALID_ARGUMENT if one of the input arguments to
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 43 * These are struct declarations for the function arguments
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | IVehicleCallback.hal | 25 * arguments) or when the IVehicle#set method was called and the actual
|
/hardware/interfaces/broadcastradio/1.1/ |
D | ITuner.hal | 39 * INVALID_ARGUMENTS if invalid arguments are passed. 112 * INVALID_ARGUMENTS if invalid arguments are passed
|
/hardware/interfaces/fastboot/1.0/ |
D | IFastboot.hal | 38 * INVALID_ARGUMENT for bad arguments,
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IPreparedModelCallback.hal | 47 * - INVALID_ARGUMENT if one of the input arguments to
|
D | IExecutionCallback.hal | 45 * - INVALID_ARGUMENT if one of the input arguments to
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | IPreparedModelCallback.hal | 48 * - INVALID_ARGUMENT if one of the input arguments to
|
/hardware/interfaces/neuralnetworks/aidl/utils/ |
D | Android.bp | 134 /* GMOCK defines functions for printing all MOCK_DEVICE arguments and
|