Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DSVDF.cpp47 state_out_ = GetOutput(operation, operands, kStateOutTensor); in SVDF()
134 std::vector<float> outputStateDataFloat32(getNumberOfElements(state_out_->shape())); in Eval()
143 reinterpret_cast<_Float16*>(state_out_->buffer)); in Eval()
153 reinterpret_cast<float*>(state_out_->buffer)); in Eval()
DSVDF.h71 RunTimeOperandInfo* state_out_; variable