Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp417 const WrapperOperandType biasType(WrapperType::TENSOR_FLOAT32, {problemSize}); in makeRnnSpecialInput() local
418 const uint32_t operandIndex = model->addOperand(&biasType); in makeRnnSpecialInput()
DTestValidation.cpp2491 const ANeuralNetworksOperandType biasType = { in TEST_F() local
2502 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 2, &biasType, inputData.data(), in TEST_F()
3603 const ANeuralNetworksOperandType biasType = { in createAndCompileChannelQuantConvModel() local
3619 EXPECT_EQ(ANeuralNetworksModel_addOperand(model, &biasType), ANEURALNETWORKS_NO_ERROR); in createAndCompileChannelQuantConvModel()