Home
last modified time | relevance | path

Searched defs:tensorType (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidation.cpp175 ANeuralNetworksOperandType tensorType{.type = ANEURALNETWORKS_TENSOR_FLOAT32, in SetUp() local
729 ANeuralNetworksOperandType tensorType = { in TEST_F() local
953 ANeuralNetworksOperandType tensorType{ in TEST_F() local
1000 ANeuralNetworksOperandType tensorType{ in TEST_F() local
1020 ANeuralNetworksOperandType tensorType{ in TEST_F() local
1041 ANeuralNetworksOperandType tensorType{ in TEST_F() local
1059 ANeuralNetworksOperandType tensorType{ in TEST_F() local
H A DTestGpuNnapi.cpp838 const OperandType tensorType(dataType, {kOperandSizeY, kOperandSizeX}, scale, in initialize() local
H A DTestExecution.cpp726 static const WrapperOperandType tensorType(WrapperType::TENSOR_FLOAT32, {1}); in makeModel() local