Home
last modified time | relevance | path

Searched refs:SetProjSize (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.h49 OH_NN_ReturnCode SetProjSize(const std::shared_ptr<NNTensor>& tensor);
74 {OH_NN_LSTM_PROJ_SIZE, &LSTMBuilder::SetProjSize}
H A Dlstm_builder.cpp229 OH_NN_ReturnCode LSTMBuilder::SetProjSize(const std::shared_ptr<NNTensor>& tensor) in SetProjSize() function in OHOS::NeuralNetworkRuntime::Ops::LSTMBuilder