/packages/modules/NeuralNetworks/tools/api/ |
D | OperandTypes.t | 41 * alternative to OEM operation and data types. 43 * OEM specific scalar value. 45 OEM = 10000, 49 * alternative to OEM operation and data types. 51 * A tensor of OEM specific values.
|
D | OperationTypes.t | 40 * alternative to OEM operation and data types. 42 * This operation is OEM specific. It should only be used for OEM
|
/packages/modules/NeuralNetworks/extensions/ |
D | README.md | 9 Vendor extensions provide a more structured alternative to OEM operation and 202 ## OEM operation and data types 204 Note: OEM operation and data types have been deprecated. For devices running 207 NNAPI has an OEM operation and OEM data types to allow 209 operation and data types are only used by OEM applications. The semantics of OEM 210 operation and data types are OEM-specific and can change at any time. The OEM 212 `OperandType::OEM`, and `OperandType::TENSOR_OEM_BYTE`.
|
/packages/modules/NeuralNetworks/runtime/ |
D | ModelArgumentInfo.cpp | 54 if (operand.type != OperandType::OEM) { in createFromPointer() 88 if (isMemorySizeKnown && operand.type != OperandType::OEM) { in createFromMemory()
|
/packages/apps/CellBroadcastReceiver/tests/unit/ |
D | Android.bp | 42 // in order to have our tests run on OEM devices, the test apk here includes 44 // For the full test apk which does not run on OEM devices, see CellBroadcastReceiverUnitTests
|
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/9/android/net/ |
D | NativeVpnType.aidl | 40 OEM = 4, enumConstant
|
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/13/android/net/ |
D | NativeVpnType.aidl | 40 OEM = 4, enumConstant
|
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/8/android/net/ |
D | NativeVpnType.aidl | 40 OEM = 4, enumConstant
|
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/6/android/net/ |
D | NativeVpnType.aidl | 40 OEM = 4, enumConstant
|
/packages/modules/Connectivity/staticlibs/netd/binder/android/net/ |
D | NativeVpnType.aidl | 39 OEM = 4, enumConstant
|
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/10/android/net/ |
D | NativeVpnType.aidl | 40 OEM = 4, enumConstant
|
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/7/android/net/ |
D | NativeVpnType.aidl | 40 OEM = 4, enumConstant
|
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/12/android/net/ |
D | NativeVpnType.aidl | 40 OEM = 4, enumConstant
|
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/current/android/net/ |
D | NativeVpnType.aidl | 40 OEM = 4, enumConstant
|
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/14/android/net/ |
D | NativeVpnType.aidl | 40 OEM = 4, enumConstant
|
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/11/android/net/ |
D | NativeVpnType.aidl | 40 OEM = 4, enumConstant
|
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/15/android/net/ |
D | NativeVpnType.aidl | 40 OEM = 4, enumConstant
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | OperandTypes.h | 172 OEM = 10000, enumerator
|
/packages/services/Car/tests/SampleCustomInputService/ |
D | readme.md | 31 These are the test scripts to demonstrate how CustomInputEvent can be used to implement OEM 49 * `f1`: sets the OEM partner function `f1` to execute. In this implementation, `f1` argument
|
/packages/modules/NetworkStack/ |
D | jarjar-excludes.txt | 2 # hardcoded reference to them in AOSP, but it is possible that OEM customizations are relying on
|
/packages/services/Car/tests/SampleVoiceAssistInputService/ |
D | readme.md | 31 This is a test script to demonstrate how VoiceAssistInputEvent can be used to implement OEM
|
/packages/modules/NeuralNetworks/common/ |
D | ValidateHal.cpp | 192 case V1_3::OperandType::OEM: { in validateOperands() 417 if (!isExtensionOperandType(operand.type) && operand.type != V1_3::OperandType::OEM && in validateOperands() 968 case V1_0::OperandType::OEM: in validOperandType() 992 case V1_2::OperandType::OEM: in validOperandType() 1018 case V1_3::OperandType::OEM: in validOperandType()
|
/packages/services/Car/car-lib/src/android/car/telemetry/ |
D | telemetry.proto | 129 OEM_NONE = 1; // non-OEM networks only 130 OEM_MANAGED = 2; // OEM managed networks only 136 // Required. OEM network type.
|
/packages/services/Car/cpp/telemetry/proto/ |
D | CarData.proto | 19 * might be defined in OEM's private repo, the owners of those messages must
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 323 enum OEM { enum in __anonb50294d30111::PartitioningDriver 330 uint32_t operationMask, OEM oem = OEMNo, in PartitioningDriver() 470 OEM mOEM; 479 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo, in PartitioningDriverV1_2() 551 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo, in PartitioningDriverV1_1() 590 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo, in PartitioningDriverV1_0() 1012 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo) in DeviceSpecification() 1019 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo, in DeviceSpecification() 1026 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo, in DeviceSpecification() 1033 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo, in DeviceSpecification() [all …]
|