yum-archive/TaSTT-Whisper

High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model

git clone https://git.yummers.dev/yum-archive/TaSTT-Whisper

KonstantinSource codes8c4603c

master
163 B10 linesraw
1#pragma once
2
3#ifdef  __cplusplus
4extern "C"
5{
6#endif
7	void printUniqueTensorSize( const char* name, const int* lhs, const int* rhs );
8#ifdef  __cplusplus
9}
10#endif