Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSVDF.cpp34 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()
H A DSVDF.h66 const RunTimeOperandInfo* weights_feature_; variable