Home
last modified time | relevance | path

Searched refs:modelIndex (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DMemoryDomainTests.cpp345 .inputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = 1.0f}, in testConflictOperands()
346 {.modelIndex = 1, .ioIndex = 0, .frequency = 1.0f}}, in testConflictOperands()
350 .inputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = 1.0f}}, in testConflictOperands()
351 .outputRoles = {{.modelIndex = 1, .ioIndex = 0, .frequency = 1.0f}}, in testConflictOperands()
355 .outputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = 1.0f}, in testConflictOperands()
356 {.modelIndex = 1, .ioIndex = 0, .frequency = 1.0f}}, in testConflictOperands()
378 .inputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = 1.0f}}, in TEST_P()
384 .outputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = 1.0f}}, in TEST_P()
394 .inputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = 1.0f}}, in TEST_P()
400 .outputRoles = {{.modelIndex = 0, .ioIndex = 0, .frequency = 1.0f}}, in TEST_P()
[all …]
DGeneratedTestHarness.cpp126 BufferRole role = {.modelIndex = 0, .ioIndex = index, .frequency = 1.0f}; in allocateInternal()
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.t479 uint32_t modelIndex;
Dtypes.hal5714 uint32_t modelIndex;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp16639 int modelIndex = camModel->IntAttribute("index", -1); in readSensorCalibration() local
16641 if (modelIndex == 0) { in readSensorCalibration()