| 58 | } |
| 59 | |
| 60 | int BasicPitchCNN::getNumFramesLookahead() |
| 61 | { |
| 62 | return mTotalLookahead; |
| 63 | } |
| 64 | |
| 65 | void BasicPitchCNN::frameInference(const float* inData, |
| 66 | std::vector<float>& outContours, |
nothing calls this directly
no outgoing calls
no test coverage detected