Searched defs:stateOutput (Results 1 – 2 of 2) sorted by relevance
50 void init(const DicNodeStateOutput *const stateOutput) { in init()63 void initByCopy(const DicNodeStateOutput *const stateOutput) { in initByCopy()
110 T* stateOutput = context->getOutputBuffer<T>(kStateOutputTensor); in executeTyped() local