Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DSVDF.cpp37 weights_time_ = GetInput(operation, operands, kWeightsTimeTensor); in SVDF()
130 std::vector<float> weightsTimeDataFloat32(getNumberOfElements(weights_time_->shape())); in Eval()
131 convertFloat16ToFloat32(reinterpret_cast<_Float16*>(weights_time_->buffer), in Eval()
151 reinterpret_cast<float*>(weights_time_->buffer), in Eval()
174 const int memory_size = SizeOfDimension(weights_time_, 1); in EvalFloat32()
DSVDF.h67 const RunTimeOperandInfo* weights_time_; variable