Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dlstm_builder.h46 OH_NN_ReturnCode SetDropout(const std::shared_ptr<NNTensor>& tensor);
71 {OH_NN_LSTM_DROPOUT, &LSTMBuilder::SetDropout},
H A Dlstm_builder.cpp163 OH_NN_ReturnCode LSTMBuilder::SetDropout(const std::shared_ptr<NNTensor>& tensor) in SetDropout() function in OHOS::NeuralNetworkRuntime::Ops::LSTMBuilder