Searched refs:inputRoles (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | MemoryDomainTests.cpp | 323 hidl_vec<BufferRole> inputRoles; member 332 std::move(args.inputRoles), std::move(args.outputRoles), in validateAllocate() 345 .inputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = 1.0f}, in testConflictOperands() 350 .inputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = 1.0f}}, in testConflictOperands() 378 .inputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = 1.0f}}, in TEST_P() 394 .inputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = 1.0f}}, in TEST_P() 411 .inputRoles = {{.modelIndex = 1, .ioIndex = 0, .frequency = 1.0f}}, in TEST_P() 428 .inputRoles = {{.modelIndex = 0, .ioIndex = 1, .frequency = 1.0f}}, in TEST_P() 446 .inputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = invalidFreq}}, in TEST_P() 463 .inputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = 1.0f}, in TEST_P() [all …]
|
D | GeneratedTestHarness.cpp | 127 hidl_vec<BufferRole> inputRoles, outputRoles; in allocateInternal() local 129 inputRoles = {role}; in allocateInternal() 144 const auto ret = kDevice->allocate({}, {kPreparedModel}, inputRoles, outputRoles, cb); in allocateInternal()
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | IDevice.hal | 314 * the buffer. An initialized buffer may be used according to all roles specified in inputRoles 332 * @param inputRoles A vector of roles with each specifying an input to a prepared model. 334 * Each role specified in inputRoles and outputRoles must be unique. The corresponding 353 allocate(BufferDesc desc, vec<IPreparedModel> preparedModels, vec<BufferRole> inputRoles,
|