Searched refs:weights_ (Results 1 – 2 of 2) sorted by relevance
37 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()
68 const RunTimeOperandInfo* weights_; variable