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
test_ir Namespace Reference

Classes

class  TensorBaseTests
 
class  TestConstant
 
class  TestGraph
 
class  TestNode
 
class  TestNodeIO
 
class  TestVariable
 

Functions

def tensors_linear_graph ()
 
def build_basic_graph ()
 
def build_two_layer_graph ()
 
def build_two_layer_graph_multiple_io ()
 
def toposort_linear_graph ()
 
def toposort_multi_tier_output_graph ()
 
def toposort_multi_tier_input_graph ()
 

Variables

 severity
 
list GRAPH_TEST_CASES
 
list TOPOSORT_TEST_CASES
 

Function Documentation

◆ tensors_linear_graph()

def test_ir.tensors_linear_graph ( )
Here is the caller graph for this function:

◆ build_basic_graph()

def test_ir.build_basic_graph ( )

◆ build_two_layer_graph()

def test_ir.build_two_layer_graph ( )

◆ build_two_layer_graph_multiple_io()

def test_ir.build_two_layer_graph_multiple_io ( )

◆ toposort_linear_graph()

def test_ir.toposort_linear_graph ( )
Here is the caller graph for this function:

◆ toposort_multi_tier_output_graph()

def test_ir.toposort_multi_tier_output_graph ( )
Here is the caller graph for this function:

◆ toposort_multi_tier_input_graph()

def test_ir.toposort_multi_tier_input_graph ( )

Variable Documentation

◆ severity

test_ir.severity

◆ GRAPH_TEST_CASES

list test_ir.GRAPH_TEST_CASES
Initial value:
1 = [
2  build_basic_graph(),
3  build_two_layer_graph(),
4  build_two_layer_graph_multiple_io(),
5 ]

◆ TOPOSORT_TEST_CASES

list test_ir.TOPOSORT_TEST_CASES
Initial value:
1 = [
2  toposort_linear_graph(),
3  toposort_multi_tier_output_graph(),
4  toposort_multi_tier_input_graph(),
5 ]