Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp401 const WrapperOperandType biasType(WrapperType::TENSOR_FLOAT32, {problemSize}); in makeRnnSpecialInput() local
402 const uint32_t operandIndex = model->addOperand(&biasType); in makeRnnSpecialInput()
DTestValidation.cpp1969 const ANeuralNetworksOperandType biasType = { in TEST_F() local
1980 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 2, &biasType, inputData.data(), in TEST_F()
3048 const ANeuralNetworksOperandType biasType = { in createAndCompileChannelQuantConvModel() local
3064 EXPECT_EQ(ANeuralNetworksModel_addOperand(model, &biasType), ANEURALNETWORKS_NO_ERROR); in createAndCompileChannelQuantConvModel()