Searched refs:addConstantOperand (Results 1 – 7 of 7) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestControlFlow.cpp | 67 uint32_t one = bodyModel.addConstantOperand(&counterType, 1.0f); in TEST_F() 68 uint32_t noActivation = bodyModel.addConstantOperand(&activationType, kNoActivation); in TEST_F() 78 uint32_t iInit = model.addConstantOperand(&counterType, 1.0f); in TEST_F()
|
D | TestCompliance.cpp | 97 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F() 111 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F() 127 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F() 162 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F()
|
D | TestTrivialModel.cpp | 70 auto d = model->addConstantOperand(&scalarType, kNoActivation); in CreateAddTwoTensorModel() 87 auto f = model->addConstantOperand(&scalarType, kNoActivation); in CreateAddThreeTensorModel() 275 auto activation = modelBroadcastAdd2.addConstantOperand(&scalarType, kNoActivation); in TEST_F() 304 auto activation = modelBroadcastMul2.addConstantOperand(&scalarType, kNoActivation); in TEST_F()
|
D | TestGpuNnapi.cpp | 839 mModel.addConstantOperand<ElementType>(&constTensorType, constTensorData); in initialize() 843 uint32_t activationScalar = mModel.addConstantOperand<int32_t>(&activationType, 0); in initialize()
|
D | TestNeuralNetworksWrapper.h | 165 uint32_t addConstantOperand(const OperandType* type, const T& value) { in addConstantOperand() function
|
D | TestPartitioningRandom.cpp | 405 return int(model->addConstantOperand(&alphaType, 1.0f)); in makeEluSpecialInput()
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 216 uint32_t addConstantOperand(const OperandType* type, const T& value) { in addConstantOperand() function
|