TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
tools.test_inspect Namespace Reference

Classes

class  TestInspectData
 
class  TestInspectModel
 

Functions

def run_inspect_model (request)
 

Variables

 scope
 
 params
 
list ONNX_CASES
 

Function Documentation

◆ run_inspect_model()

def tools.test_inspect.run_inspect_model (   request)
Here is the caller graph for this function:

Variable Documentation

◆ scope

tools.test_inspect.scope

◆ params

tools.test_inspect.params

◆ ONNX_CASES

list tools.test_inspect.ONNX_CASES
Initial value:
1 = [
2  ["identity", "none",
3 
4  ],
5  ["identity", "basic",
6 
7  ],
8  ["identity_with_initializer", "basic",
9 
10  ],
11  ["identity_with_initializer", "full",
12 
13  ],
14  ["tensor_attr", "basic",
15 
16  ],
17  ["tensor_attr", "attrs",
18 
19  ],
20  ["tensor_attr", "full",
21 
22  ],
23  ["scan", "full",
24 
25  ],
26  ["dim_param", "basic",
27 
28  ],
29 ]