Home
last modified time | relevance | path

Searched defs:BufferRole (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DInvalidDevice.cpp84 const std::vector<BufferRole>& /*inputRoles*/, in allocate()
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/
H A DInvalidDevice.cpp100 const std::vector<nn::BufferRole>& /*inputRoles*/, in allocate()
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h817 struct BufferRole { struct
822 uint32_t modelIndex = 0;
827 uint32_t ioIndex = 0;
835 float probability = 0.0f;
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemoryDomain.cpp115 const hardware::hidl_vec<V1_3::BufferRole>&, in allocate()
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DDevice.cpp174 const std::vector<nn::BufferRole>& /*inputRoles*/, in allocate()
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/src/
H A DDevice.cpp175 const std::vector<nn::BufferRole>& /*inputRoles*/, in allocate()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DDevice.cpp282 const std::vector<nn::BufferRole>& /*inputRoles*/, in allocate()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/test/
H A DDeviceTest.cpp149 const V1_3::IDevice::allocate_cb& cb) -> hardware::Return<void> { in makeAllocateReturn()