mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:16:30 +00:00
remove cpdef, add constants h
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user