Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSVDF.cpp35 weights_time_ = GetInput(operation, operands, kWeightsTimeTensor); in SVDF()
128 std::vector<float> weightsTimeDataFloat32(getNumberOfElements(weights_time_->shape())); in Eval()
129 convertFloat16ToFloat32(reinterpret_cast<_Float16*>(weights_time_->buffer), in Eval()
149 reinterpret_cast<float*>(weights_time_->buffer), in Eval()
172 const int memory_size = SizeOfDimension(weights_time_, 1); in EvalFloat32()
H A DSVDF.h67 const RunTimeOperandInfo* weights_time_; variable