Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DSVDF.cpp41 state_out_ = GetOutput(operation, operands, kStateOutTensor); in SVDF()
118 std::vector<float> outputStateDataFloat32(getNumberOfElements(state_out_->shape())); in Eval()
127 reinterpret_cast<_Float16*>(state_out_->buffer)); in Eval()
137 reinterpret_cast<float*>(state_out_->buffer)); in Eval()
DSVDF.h69 RunTimeOperandInfo* state_out_; variable