Searched refs:mOutputPhi (Results 1 – 2 of 2) sorted by relevance
332 checkTensor<float>(mOutputPhi); in allocateTensors()359 mOutputPhi = findOutputTensor(OUTPUT_PHI, mRunner); in attachOutputTensors()417 return getTensorBuffer<const float>(mOutputPhi); in outputPhi()
160 const TfLiteTensor* mOutputPhi = nullptr; variable