Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A 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
H A DTestMemory.cpp61 WrapperOperandType scalarType(WrapperType::INT32, {}); in TEST_F() local
124 WrapperOperandType scalarType(WrapperType::INT32, {}); in TEST_F() local
H A DTestMemoryInternal.cpp118 WrapperOperandType scalarType(WrapperType::INT32, {}); in TEST_F() local
H A DTestUnknownDimensions.cpp221 OperandType scalarType(Type::INT32, {}); in TestOne() local
H A 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
H A DTestCompilationCaching.cpp282 test_wrapper::OperandType scalarType(Type::INT32, {}); in CreateBroadcastAddModel() local
/aosp12/system/tools/hidl/
H A DEnumType.cpp246 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitReaderWriter() local
297 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitTypeDeclarations() local
327 const ScalarType* scalarType = mStorageType->resolveToScalarType(); in emitTypeForwardDeclaration() local
364 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitEnumBitwiseOperator() local
408 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitBitFieldBitwiseAssignmentOperator() local
457 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitPackageTypeHeaderDefinitions() local
513 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitJavaTypeDeclarations() local
588 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitVtsTypeDeclarations() local
710 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitExportedHeader() local
H A DType.cpp330 const ScalarType *scalarType = resolveToScalarType(); in isValidEnumStorageType() local
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DElu.cpp65 auto scalarType = in validate() local
H A DResizeImageOps.cpp188 auto scalarType = context->getInputType(kOutputHeightParamScalar); in validate() local
250 auto scalarType = context->getInputType(kOutputHeightParamScalar); in prepare() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/
H A DFibonacciExtensionTest.cpp142 ExtensionOperandType scalarType(Type::INT32, {}); in addNopOperation() local
/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlTranslate.cpp163 const ScalarType* scalarType = type.resolveToScalarType(); in h2aScalarChecks() local