Home
last modified time | relevance | path

Searched defs:SetActivation (Results 1 – 7 of 7) sorted by relevance

/foundation/ai/neural_network_runtime/frameworks/native/ops/
Dadd_builder.cpp32 OH_NN_ReturnCode AddBuilder::SetActivation(std::shared_ptr<NNTensor>& tensor) in SetActivation() function in OHOS::NeuralNetworkRuntime::Ops::AddBuilder
Dpooling_builder.cpp188 OH_NN_ReturnCode PoolingBuilder::SetActivation(std::shared_ptr<NNTensor> tensor) in SetActivation() function in OHOS::NeuralNetworkRuntime::Ops::PoolingBuilder
Ddepthwise_conv2d_native_builder.cpp56 OH_NN_ReturnCode DepthwiseConv2DNativeBuilder::SetActivation(std::shared_ptr<NNTensor> tensor) in SetActivation() function in OHOS::NeuralNetworkRuntime::Ops::DepthwiseConv2DNativeBuilder
Dconv2d_transpose_builder.cpp209 OH_NN_ReturnCode Conv2DTransposeBuilder::SetActivation(std::shared_ptr<NNTensor> tensor) in SetActivation() function in OHOS::NeuralNetworkRuntime::Ops::Conv2DTransposeBuilder
/foundation/ai/neural_network_runtime/test/unittest/ops/
Dfullconnection_test.cpp73 void FullConnectionBuilderTest::SetActivation(OH_NN_DataType dataType, in SetActivation() function in OHOS::NeuralNetworkRuntime::UnitTest::FullConnectionBuilderTest
Dfullconnection_with_axis_test.cpp72 void FullConnectionAxisBuilderTest::SetActivation(OH_NN_DataType dataType, in SetActivation() function in OHOS::NeuralNetworkRuntime::UnitTest::FullConnectionAxisBuilderTest
Dops_test.cpp67 void OpsTest::SetActivation(OH_NN_DataType dataType, in SetActivation() function in OHOS::NeuralNetworkRuntime::UnitTest::OpsTest