Searched refs:weights_ (Results 1 – 2 of 2) sorted by relevance
33 weights_ = GetInput(operation, operands, kWeightsTensor); in RNN()87 reinterpret_cast<_Float16*>(weights_->buffer), weights_->shape(), in Eval()99 reinterpret_cast<float*>(weights_->buffer), weights_->shape(), in Eval()
74 const RunTimeOperandInfo* weights_; variable