Skip to content

Commit 63c9348

Browse files
Move Spectrogram calculation to C and FFI
1 parent cf60b41 commit 63c9348

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Models/Pretrained/PretrainedModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
use Error;
3333
use Exception;
3434
use function Codewithkyrian\Transformers\Utils\array_some;
35+
use function Codewithkyrian\Transformers\Utils\timeUsage;
3536

3637
/**
3738
* A base class for pre-trained models that provides the model configuration and an ONNX session.

0 commit comments

Comments
 (0)