Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dadd_builder.cpp33 OH_NN_ReturnCode AddBuilder::SetActivation(const std::shared_ptr<NNTensor>& tensor) in SetActivation() function in OHOS::NeuralNetworkRuntime::Ops::AddBuilder
H A Dpooling_builder.cpp216 OH_NN_ReturnCode PoolingBuilder::SetActivation(const std::shared_ptr<NNTensor>& tensor) in SetActivation() function in OHOS::NeuralNetworkRuntime::Ops::PoolingBuilder
H A Ddepthwise_conv2d_native_builder.cpp58 OH_NN_ReturnCode DepthwiseConv2DNativeBuilder::SetActivation(const std::shared_ptr<NNTensor>& tenso… in SetActivation() function in OHOS::NeuralNetworkRuntime::Ops::DepthwiseConv2DNativeBuilder
H A Dconv2d_transpose_builder.cpp211 OH_NN_ReturnCode Conv2DTransposeBuilder::SetActivation(const std::shared_ptr<NNTensor>& tensor) in SetActivation() function in OHOS::NeuralNetworkRuntime::Ops::Conv2DTransposeBuilder
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dfullconnection_test.cpp75 void FullConnectionBuilderTest::SetActivation(OH_NN_DataType dataType, in SetActivation() function in OHOS::NeuralNetworkRuntime::UnitTest::FullConnectionBuilderTest
H A Dops_test.cpp67 void OpsTest::SetActivation(OH_NN_DataType dataType, in SetActivation() function in OHOS::NeuralNetworkRuntime::UnitTest::OpsTest
H A Dfullconnection_with_axis_test.cpp76 void FullConnectionAxisBuilderTest::SetActivation(OH_NN_DataType dataType, in SetActivation() function in OHOS::NeuralNetworkRuntime::UnitTest::FullConnectionAxisBuilderTest