Home
last modified time | relevance | path

Searched refs:quantBase (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidation.cpp3517 const ANeuralNetworksOperandType quantBase = {.type = ANEURALNETWORKS_TENSOR_QUANT8_ASYMM, in TEST_F() local
3523 const auto [quantModel, quantCompilation] = createAndCompileAddModelWithType(quantBase); in TEST_F()
3536 ANeuralNetworksOperandType wrongScale = quantBase; in TEST_F()
3544 ANeuralNetworksOperandType wrongZeroPoint = quantBase; in TEST_F()
3554 ANeuralNetworksOperandType wrongRank = quantBase; in TEST_F()
3564 ANeuralNetworksOperandType wrongDims = quantBase; in TEST_F()