Home
last modified time | relevance | path

Searched defs:scalarType (Results 1 – 9 of 9) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestTrivialModel.cpp66 OperandType scalarType(Type::INT32, {}); in CreateAddTwoTensorModel() local
81 OperandType scalarType(Type::INT32, {}); in CreateAddThreeTensorModel() local
274 OperandType scalarType(Type::INT32, {}); in TEST_F() local
303 OperandType scalarType(Type::INT32, {}); in TEST_F() local
DTestMemory.cpp61 WrapperOperandType scalarType(WrapperType::INT32, {}); in TEST_F() local
124 WrapperOperandType scalarType(WrapperType::INT32, {}); in TEST_F() local
DTestMemoryInternal.cpp118 WrapperOperandType scalarType(WrapperType::INT32, {}); in TEST_F() local
DTestUnknownDimensions.cpp221 OperandType scalarType(Type::INT32, {}); in TestOne() local
DTestValidation.cpp178 ANeuralNetworksOperandType scalarType{ in SetUp() local
734 ANeuralNetworksOperandType scalarType = {.type = ANEURALNETWORKS_INT32}; in TEST_F() local
955 ANeuralNetworksOperandType scalarType{ in TEST_F() local
1061 ANeuralNetworksOperandType scalarType{ in TEST_F() local
3612 const ANeuralNetworksOperandType scalarType = { in createAndCompileChannelQuantConvModel() local
DTestCompilationCaching.cpp282 test_wrapper::OperandType scalarType(Type::INT32, {}); in CreateBroadcastAddModel() local
/packages/modules/NeuralNetworks/common/operations/
DElu.cpp65 auto scalarType = in validate() local
DResizeImageOps.cpp188 auto scalarType = context->getInputType(kOutputHeightParamScalar); in validate() local
250 auto scalarType = context->getInputType(kOutputHeightParamScalar); in prepare() local
/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/
DFibonacciExtensionTest.cpp142 ExtensionOperandType scalarType(Type::INT32, {}); in addNopOperation() local