Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dleaky_relu_builder.h41 OH_NN_ReturnCode SetNegativeSlope(const std::shared_ptr<NNTensor>& tensor);
46 {OH_NN_LEAKY_RELU_NEGATIVE_SLOPE, &LeakyReluBuilder::SetNegativeSlope}
H A Dleaky_relu_builder.cpp31 OH_NN_ReturnCode LeakyReluBuilder::SetNegativeSlope(const std::shared_ptr<NNTensor>& tensor) in SetNegativeSlope() function in OHOS::NeuralNetworkRuntime::Ops::LeakyReluBuilder