Searched defs:scalarType (Results 1 – 9 of 9) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestTrivialModel.cpp | 62 OperandType scalarType(Type::INT32, {}); in CreateAddTwoTensorModel() local 77 OperandType scalarType(Type::INT32, {}); in CreateAddThreeTensorModel() local 254 OperandType scalarType(Type::INT32, {}); in TEST_F() local 283 OperandType scalarType(Type::INT32, {}); in TEST_F() local
|
D | TestMemory.cpp | 60 WrapperOperandType scalarType(WrapperType::INT32, {}); in TEST_F() local 118 WrapperOperandType scalarType(WrapperType::INT32, {}); in TEST_F() local
|
D | TestMemoryInternal.cpp | 119 WrapperOperandType scalarType(WrapperType::INT32, {}); in TEST_F() local
|
D | TestUnknownDimensions.cpp | 216 OperandType scalarType(Type::INT32, {}); in TestOne() local
|
D | TestValidation.cpp | 174 ANeuralNetworksOperandType scalarType{ in SetUp() local 728 ANeuralNetworksOperandType scalarType = {.type = ANEURALNETWORKS_INT32}; in TEST_F() local 949 ANeuralNetworksOperandType scalarType{ in TEST_F() local 1055 ANeuralNetworksOperandType scalarType{ in TEST_F() local 3094 const ANeuralNetworksOperandType scalarType = { in createAndCompileChannelQuantConvModel() local
|
D | TestCompilationCaching.cpp | 272 test_wrapper::OperandType scalarType(Type::INT32, {}); in CreateBroadcastAddModel() local
|
/frameworks/ml/nn/common/operations/ |
D | Elu.cpp | 67 auto scalarType = in validate() local
|
D | ResizeImageOps.cpp | 185 auto scalarType = context->getInputType(kOutputHeightParamScalar); in validate() local 244 auto scalarType = context->getInputType(kOutputHeightParamScalar); in prepare() local
|
/frameworks/ml/nn/runtime/test/fibonacci_extension/ |
D | FibonacciExtensionTest.cpp | 142 ExtensionOperandType scalarType(Type::INT32, {}); in addNopOperation() local
|