Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DSVDF.cpp36 weights_feature_ = GetInput(operation, operands, kWeightsFeatureTensor); in SVDF()
127 getNumberOfElements(weights_feature_->shape())); in Eval()
128 convertFloat16ToFloat32(reinterpret_cast<_Float16*>(weights_feature_->buffer), in Eval()
150 reinterpret_cast<float*>(weights_feature_->buffer), in Eval()
172 const int num_filters = SizeOfDimension(weights_feature_, 0); in EvalFloat32()
DSVDF.h66 const RunTimeOperandInfo* weights_feature_; variable