remove cpdef, add constants h

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-08-12 14:53:14 +03:00
parent ad782bcbaa
commit 9e4dc5404c
6 changed files with 68 additions and 13 deletions
+3 -3
View File
@@ -17,8 +17,8 @@ cdef class TensorRTEngine(InferenceEngine):
cdef object stream
cpdef tuple get_input_shape(self)
cdef tuple get_input_shape(self)
cpdef int get_batch_size(self)
cdef int get_batch_size(self)
cpdef run(self, input_data)
cdef run(self, input_data)