Searched refs:weights_feature_ (Results 1 – 2 of 2) sorted by relevance
34 weights_feature_ = GetInput(operation, operands, kWeightsFeatureTensor); in SVDF()125 getNumberOfElements(weights_feature_->shape())); in Eval()126 convertFloat16ToFloat32(reinterpret_cast<_Float16*>(weights_feature_->buffer), in Eval()148 reinterpret_cast<float*>(weights_feature_->buffer), in Eval()170 const int num_filters = SizeOfDimension(weights_feature_, 0); in EvalFloat32()
66 const RunTimeOperandInfo* weights_feature_; variable