Searched defs:OEM (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp223 // (0..7) does the device support; does the device support the OEM
237 enum OEM { OEMNo, OEMYes }; enum in class:PartitioningDriver
240 uint32_t operationMask, OEM oem = OEMNo) :
287 OEM mOEM;
323 // Create an OEM operation with one input and one output,
440 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo) :
446 PartitioningDriver::OEM mOEM;
1094 // Trivial model consisting solely of OEM operation.
1102 // Verify that the best driver than can run an OEM operation is
1123 // Verify that we get an error if no driver can run an OEM operatio
[all...]

Completed in 311 milliseconds