Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DRNN.cpp37 weights_ = GetInput(operation, operands, kWeightsTensor); in RNN()
91 reinterpret_cast<_Float16*>(weights_->buffer), weights_->shape(), in Eval()
103 reinterpret_cast<float*>(weights_->buffer), weights_->shape(), in Eval()
DRNN.h68 const RunTimeOperandInfo* weights_; variable