Coverage for mlprodict/onnxrt/type_object.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

2 statements  

1""" 

2@file 

3@brief Type object. 

4""" 

5 

6 

7class SequenceType: 

8 """ 

9 Represents a sequence type. 

10 Used in @see methd infer_types. 

11 """ 

12 pass