Searched defs:SetActivation (Results 1 – 7 of 7) sorted by relevance
32 OH_NN_ReturnCode AddBuilder::SetActivation(std::shared_ptr<NNTensor>& tensor) in SetActivation() function in OHOS::NeuralNetworkRuntime::Ops::AddBuilder
188 OH_NN_ReturnCode PoolingBuilder::SetActivation(std::shared_ptr<NNTensor> tensor) in SetActivation() function in OHOS::NeuralNetworkRuntime::Ops::PoolingBuilder
56 OH_NN_ReturnCode DepthwiseConv2DNativeBuilder::SetActivation(std::shared_ptr<NNTensor> tensor) in SetActivation() function in OHOS::NeuralNetworkRuntime::Ops::DepthwiseConv2DNativeBuilder
209 OH_NN_ReturnCode Conv2DTransposeBuilder::SetActivation(std::shared_ptr<NNTensor> tensor) in SetActivation() function in OHOS::NeuralNetworkRuntime::Ops::Conv2DTransposeBuilder
73 void FullConnectionBuilderTest::SetActivation(OH_NN_DataType dataType, in SetActivation() function in OHOS::NeuralNetworkRuntime::UnitTest::FullConnectionBuilderTest
72 void FullConnectionAxisBuilderTest::SetActivation(OH_NN_DataType dataType, in SetActivation() function in OHOS::NeuralNetworkRuntime::UnitTest::FullConnectionAxisBuilderTest
67 void OpsTest::SetActivation(OH_NN_DataType dataType, in SetActivation() function in OHOS::NeuralNetworkRuntime::UnitTest::OpsTest