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
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
1"""
2@file
3@brief Type object.
4"""
7class SequenceType:
8 """
9 Represents a sequence type.
10 Used in @see methd infer_types.
11 """
12 pass