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.TestGraph Class Reference
Inheritance diagram for test_ir.TestGraph:
Collaboration diagram for test_ir.TestGraph:

Public Member Functions

def test_generate_name (self)
 
def test_register (self)
 
def test_register_opset (self)
 
def test_layer_with_attrs (self)
 
def test_layer_with_tensors (self)
 
def test_layer_with_strings (self)
 
def test_layer_with_arrays (self)
 
def test_layer_with_iterables (self)
 
def test_tensors_does_not_modify_tensors (self)
 
def test_tensors_includes_non_node_tensors (self)
 
def test_tensors_check_duplicates (self)
 
def test_get_used_node_ids (self, graph)
 
def test_topologically_sort (self, toposort_test_case)
 
def test_cleanup_multi_tier (self)
 
def test_cleanup_remove_unused_node_outputs (self)
 
def test_cleanup_graph_input_producers (self)
 
def test_cleanup_independent_path (self)
 
def test_deep_copy (self)
 
def test_fold_constants (self)
 
def test_fold_constants_one_hop (self)
 
def test_fold_constants_no_foldable_constants (self)
 
def test_io_cannot_be_sync_list_on_init (self)
 
def test_io_cannot_be_sync_list_on_assign (self)
 

Member Function Documentation

◆ test_generate_name()

def test_ir.TestGraph.test_generate_name (   self)

◆ test_register()

def test_ir.TestGraph.test_register (   self)
Here is the call graph for this function:

◆ test_register_opset()

def test_ir.TestGraph.test_register_opset (   self)
Here is the call graph for this function:

◆ test_layer_with_attrs()

def test_ir.TestGraph.test_layer_with_attrs (   self)

◆ test_layer_with_tensors()

def test_ir.TestGraph.test_layer_with_tensors (   self)

◆ test_layer_with_strings()

def test_ir.TestGraph.test_layer_with_strings (   self)

◆ test_layer_with_arrays()

def test_ir.TestGraph.test_layer_with_arrays (   self)

◆ test_layer_with_iterables()

def test_ir.TestGraph.test_layer_with_iterables (   self)

◆ test_tensors_does_not_modify_tensors()

def test_ir.TestGraph.test_tensors_does_not_modify_tensors (   self)
Here is the call graph for this function:

◆ test_tensors_includes_non_node_tensors()

def test_ir.TestGraph.test_tensors_includes_non_node_tensors (   self)

◆ test_tensors_check_duplicates()

def test_ir.TestGraph.test_tensors_check_duplicates (   self)

◆ test_get_used_node_ids()

def test_ir.TestGraph.test_get_used_node_ids (   self,
  graph 
)

◆ test_topologically_sort()

def test_ir.TestGraph.test_topologically_sort (   self,
  toposort_test_case 
)

◆ test_cleanup_multi_tier()

def test_ir.TestGraph.test_cleanup_multi_tier (   self)
Here is the call graph for this function:

◆ test_cleanup_remove_unused_node_outputs()

def test_ir.TestGraph.test_cleanup_remove_unused_node_outputs (   self)
Here is the call graph for this function:

◆ test_cleanup_graph_input_producers()

def test_ir.TestGraph.test_cleanup_graph_input_producers (   self)
Here is the call graph for this function:

◆ test_cleanup_independent_path()

def test_ir.TestGraph.test_cleanup_independent_path (   self)
Here is the call graph for this function:

◆ test_deep_copy()

def test_ir.TestGraph.test_deep_copy (   self)
Here is the call graph for this function:

◆ test_fold_constants()

def test_ir.TestGraph.test_fold_constants (   self)

◆ test_fold_constants_one_hop()

def test_ir.TestGraph.test_fold_constants_one_hop (   self)

◆ test_fold_constants_no_foldable_constants()

def test_ir.TestGraph.test_fold_constants_no_foldable_constants (   self)

◆ test_io_cannot_be_sync_list_on_init()

def test_ir.TestGraph.test_io_cannot_be_sync_list_on_init (   self)

◆ test_io_cannot_be_sync_list_on_assign()

def test_ir.TestGraph.test_io_cannot_be_sync_list_on_assign (   self)

The documentation for this class was generated from the following file: