Home
last modified time | relevance | path

Searched refs:operandType (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DCompilationCachingTests.cpp118 template <typename CppType, TestOperandType operandType>
141 if (operandType == TestOperandType::TENSOR_FLOAT32) { in createLargeTestModelImpl()
164 .type = operandType, in createLargeTestModelImpl()
176 .type = operandType, in createLargeTestModelImpl()
202 .type = operandType, in createLargeTestModelImpl()
1198 const auto& [namedDevice, operandType] = info.param; in printCompilationCachingTest()
1199 const std::string type = (operandType == OperandType::TENSOR_FLOAT32 ? "float32" : "quant8"); in printCompilationCachingTest()
1354 const auto& [namedDevice, operandType, seed] = info.param; in printCompilationCachingSecurityTest()
1355 const std::string type = (operandType == OperandType::TENSOR_FLOAT32 ? "float32" : "quant8"); in printCompilationCachingSecurityTest()
DMemoryDomainTests.cpp603 const auto& [namedDevice, operandType] = info.param; in printMemoryDomainAllocateTest()
604 const std::string type = toString(static_cast<OperandType>(operandType)); in printMemoryDomainAllocateTest()
827 const auto& [namedDevice, operandType] = info.param; in printMemoryDomainCopyTest()
828 const std::string type = toString(static_cast<OperandType>(operandType)); in printMemoryDomainCopyTest()
1192 const auto& [namedDevice, operandType, executor] = info.param; in printMemoryDomainExecutionTest()
1193 const std::string type = toString(static_cast<OperandType>(operandType)); in printMemoryDomainExecutionTest()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp115 template <typename CppType, TestOperandType operandType>
138 if (operandType == TestOperandType::TENSOR_FLOAT32) { in createLargeTestModelImpl()
161 .type = operandType, in createLargeTestModelImpl()
173 .type = operandType, in createLargeTestModelImpl()
199 .type = operandType, in createLargeTestModelImpl()
1207 const auto& [namedDevice, operandType] = info.param; in printCompilationCachingTest()
1208 const std::string type = (operandType == OperandType::TENSOR_FLOAT32 ? "float32" : "quant8"); in printCompilationCachingTest()
1363 const auto& [namedDevice, operandType, seed] = info.param; in printCompilationCachingSecurityTest()
1364 const std::string type = (operandType == OperandType::TENSOR_FLOAT32 ? "float32" : "quant8"); in printCompilationCachingSecurityTest()
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.cpp518 OperandType operandType = mOperands[operation.inputs[0]].type; in addOperations() local
520 OperationTuple opTuple = std::make_pair(operationType, operandType); in addOperations()
588 OperandType operandType = mOperands[operation.inputs[0]].type; in supportedOperations() local
590 OperationTuple opTuple = std::make_pair(operationType, operandType); in supportedOperations()