Searched defs:scalarType (Results  1 – 11 of 11) sorted by relevance
| /packages/modules/NeuralNetworks/runtime/test/ | 
| D | TestTrivialModel.cpp | 71     OperandType scalarType(Type::INT32, {});  in CreateAddTwoTensorModel()  local86     OperandType scalarType(Type::INT32, {});  in CreateAddThreeTensorModel()  local
 286     OperandType scalarType(Type::INT32, {});  in TEST_F()  local
 315     OperandType scalarType(Type::INT32, {});  in TEST_F()  local
 
 | 
| D | TestMemory.cpp | 66     WrapperOperandType scalarType(WrapperType::INT32, {});  in TEST_F()  local129     WrapperOperandType scalarType(WrapperType::INT32, {});  in TEST_F()  local
 
 | 
| D | TestTelemetry.cpp | 53     OperandType scalarType(Type::INT32, {});  in TEST_F()  local
 | 
| D | TestMemoryInternal.cpp | 125     WrapperOperandType scalarType(WrapperType::INT32, {});  in TEST_F()  local
 | 
| D | TestUnknownDimensions.cpp | 221     OperandType scalarType(Type::INT32, {});  in TestOne()  local
 | 
| D | TestValidation.cpp | 185         ANeuralNetworksOperandType scalarType{  in SetUp()  local755     ANeuralNetworksOperandType scalarType = {.type = ANEURALNETWORKS_INT32};  in TEST_F()  local
 976     ANeuralNetworksOperandType scalarType{  in TEST_F()  local
 1082     ANeuralNetworksOperandType scalarType{  in TEST_F()  local
 3685     const ANeuralNetworksOperandType scalarType = {  in createAndCompileChannelQuantConvModel()  local
 
 | 
| D | TestCompilationCaching.cpp | 283     test_wrapper::OperandType scalarType(Type::INT32, {});  in CreateBroadcastAddModel()  local
 | 
| /packages/modules/NeuralNetworks/common/types/operations/src/ | 
| D | Elu.cpp | 34     auto scalarType =  in validate()  local
 | 
| D | ResizeImageOps.cpp | 38     auto scalarType = context->getInputType(kOutputHeightParamScalar);  in validate()  local
 | 
| /packages/modules/NeuralNetworks/common/cpu_operations/ | 
| D | ResizeImageOps.cpp | 189     auto scalarType = context->getInputType(kOutputHeightParamScalar);  in prepare()  local
 | 
| /packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/ | 
| D | FibonacciExtensionTest.cpp | 142     ExtensionOperandType scalarType(Type::INT32, {});  in addNopOperation()  local
 |