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

Public Member Functions

def setup_method (self)
 
def test_can_get_shape (self)
 
def test_can_get_dtype (self)
 
def test_can_convert_in_place_to_constant (self)
 
def test_can_convert_in_place_to_variable (self)
 
def test_equals (self)
 
def test_set_inputs_updates_old_inputs (self)
 
def test_set_outputs_updates_old_outputs (self)
 
def test_can_copy_inputs_from_other_node (self)
 
def test_can_copy_outputs_from_other_node (self)
 
def test_i (self)
 
def test_i_multiple_inputs (self)
 
def test_o (self)
 
def test_o_multiple_outputs (self)
 

Public Attributes

 tensor
 
 input_node
 
 output_node
 

Member Function Documentation

◆ setup_method()

def test_ir.TestConstant.setup_method (   self)

◆ test_can_get_shape()

def test_ir.TestConstant.test_can_get_shape (   self)

◆ test_can_get_dtype()

def test_ir.TestConstant.test_can_get_dtype (   self)

◆ test_can_convert_in_place_to_constant()

def test_ir.TensorBaseTests.test_can_convert_in_place_to_constant (   self)
inherited

◆ test_can_convert_in_place_to_variable()

def test_ir.TensorBaseTests.test_can_convert_in_place_to_variable (   self)
inherited

◆ test_equals()

def test_ir.TensorBaseTests.test_equals (   self)
inherited

◆ test_set_inputs_updates_old_inputs()

def test_ir.TensorBaseTests.test_set_inputs_updates_old_inputs (   self)
inherited

◆ test_set_outputs_updates_old_outputs()

def test_ir.TensorBaseTests.test_set_outputs_updates_old_outputs (   self)
inherited

◆ test_can_copy_inputs_from_other_node()

def test_ir.TensorBaseTests.test_can_copy_inputs_from_other_node (   self)
inherited

◆ test_can_copy_outputs_from_other_node()

def test_ir.TensorBaseTests.test_can_copy_outputs_from_other_node (   self)
inherited

◆ test_i()

def test_ir.TensorBaseTests.test_i (   self)
inherited

◆ test_i_multiple_inputs()

def test_ir.TensorBaseTests.test_i_multiple_inputs (   self)
inherited

◆ test_o()

def test_ir.TensorBaseTests.test_o (   self)
inherited

◆ test_o_multiple_outputs()

def test_ir.TensorBaseTests.test_o_multiple_outputs (   self)
inherited

Member Data Documentation

◆ tensor

test_ir.TestConstant.tensor

◆ input_node

test_ir.TestConstant.input_node

◆ output_node

test_ir.TestConstant.output_node

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