Procedures

ProcedureLocationProcedure TypeDescription
assert_allclose ftorch_test_utils Interface
assert_allclose_real32_1d ftorch_test_utils Function

Asserts that two real32-valued 1D arrays coincide to a given relative tolerance

assert_allclose_real32_2d ftorch_test_utils Function

Asserts that two real32-valued 2D arrays coincide to a given relative tolerance

assert_allclose_real32_3d ftorch_test_utils Function

Asserts that two real32-valued 3D arrays coincide to a given relative tolerance

assert_allclose_real64_1d ftorch_test_utils Function

Asserts that two real64-valued 1D arrays coincide to a given relative tolerance

assert_allclose_real64_2d ftorch_test_utils Function

Asserts that two real64-valued 2D arrays coincide to a given relative tolerance

assert_allclose_real64_3d ftorch_test_utils Function

Asserts that two real64-valued 3D arrays coincide to a given relative tolerance

assert_isclose ftorch_test_utils Interface
assert_isclose_real32 ftorch_test_utils Function

Asserts that two real32 values coincide to a given relative tolerance

assert_isclose_real64 ftorch_test_utils Function

Asserts that two real64 values coincide to a given relative tolerance

assignment (=) ftorch Interface
operator (*) ftorch Interface
operator (**) ftorch Interface
operator (+) ftorch Interface
operator (-) ftorch Interface
operator (/) ftorch Interface
test_print ftorch_test_utils Subroutine

Print the result of a test to the terminal

torch_delete ftorch Interface

Interface for deleting generic torch objects

torch_from_blob_c ftorch Interface
torch_model_delete ftorch Subroutine

Deallocates a TorchScript model

torch_model_forward ftorch Subroutine

Performs a forward pass of the model with the input tensors

torch_model_load ftorch Subroutine

Loads a TorchScript nn.module (pre-trained PyTorch model saved with TorchScript)

torch_tensor_add ftorch Function

Overloads addition operator for two tensors.

torch_tensor_array_delete ftorch Subroutine

Deallocates an array of tensors.

torch_tensor_assign ftorch Subroutine

Overloads assignment operator for tensors.

torch_tensor_backward ftorch Subroutine

Performs back-propagation on a Torch Tensor, given some external gradient.

torch_tensor_delete ftorch Subroutine

Deallocates a tensor.

torch_tensor_divide ftorch Function

Overloads division operator for two tensors.

torch_tensor_divide_c ftorch Interface
torch_tensor_empty ftorch Subroutine

Returns a tensor with uninitialised values.

torch_tensor_from_array ftorch Interface

Interface for directing torch_tensor_from_array to possible input types and ranks

torch_tensor_from_array_int16_1d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 1 containing data of type int16

torch_tensor_from_array_int16_1d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 1 containing data of type int16 with default layout [1, 2, ..., n].

torch_tensor_from_array_int16_2d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 2 containing data of type int16

torch_tensor_from_array_int16_2d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 2 containing data of type int16 with default layout [1, 2, ..., n].

torch_tensor_from_array_int16_3d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 3 containing data of type int16

torch_tensor_from_array_int16_3d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 3 containing data of type int16 with default layout [1, 2, ..., n].

torch_tensor_from_array_int16_4d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 4 containing data of type int16

torch_tensor_from_array_int16_4d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 4 containing data of type int16 with default layout [1, 2, ..., n].

torch_tensor_from_array_int16_5d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 5 containing data of type int16

torch_tensor_from_array_int16_5d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 5 containing data of type int16 with default layout [1, 2, ..., n].

torch_tensor_from_array_int32_1d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 1 containing data of type int32

torch_tensor_from_array_int32_1d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 1 containing data of type int32 with default layout [1, 2, ..., n].

torch_tensor_from_array_int32_2d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 2 containing data of type int32

torch_tensor_from_array_int32_2d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 2 containing data of type int32 with default layout [1, 2, ..., n].

torch_tensor_from_array_int32_3d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 3 containing data of type int32

torch_tensor_from_array_int32_3d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 3 containing data of type int32 with default layout [1, 2, ..., n].

torch_tensor_from_array_int32_4d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 4 containing data of type int32

torch_tensor_from_array_int32_4d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 4 containing data of type int32 with default layout [1, 2, ..., n].

torch_tensor_from_array_int32_5d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 5 containing data of type int32

torch_tensor_from_array_int32_5d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 5 containing data of type int32 with default layout [1, 2, ..., n].

torch_tensor_from_array_int64_1d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 1 containing data of type int64

torch_tensor_from_array_int64_1d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 1 containing data of type int64 with default layout [1, 2, ..., n].

torch_tensor_from_array_int64_2d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 2 containing data of type int64

torch_tensor_from_array_int64_2d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 2 containing data of type int64 with default layout [1, 2, ..., n].

torch_tensor_from_array_int64_3d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 3 containing data of type int64

torch_tensor_from_array_int64_3d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 3 containing data of type int64 with default layout [1, 2, ..., n].

torch_tensor_from_array_int64_4d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 4 containing data of type int64

torch_tensor_from_array_int64_4d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 4 containing data of type int64 with default layout [1, 2, ..., n].

torch_tensor_from_array_int64_5d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 5 containing data of type int64

torch_tensor_from_array_int64_5d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 5 containing data of type int64 with default layout [1, 2, ..., n].

torch_tensor_from_array_int8_1d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 1 containing data of type int8

torch_tensor_from_array_int8_1d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 1 containing data of type int8 with default layout [1, 2, ..., n].

torch_tensor_from_array_int8_2d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 2 containing data of type int8

torch_tensor_from_array_int8_2d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 2 containing data of type int8 with default layout [1, 2, ..., n].

torch_tensor_from_array_int8_3d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 3 containing data of type int8

torch_tensor_from_array_int8_3d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 3 containing data of type int8 with default layout [1, 2, ..., n].

torch_tensor_from_array_int8_4d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 4 containing data of type int8

torch_tensor_from_array_int8_4d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 4 containing data of type int8 with default layout [1, 2, ..., n].

torch_tensor_from_array_int8_5d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 5 containing data of type int8

torch_tensor_from_array_int8_5d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 5 containing data of type int8 with default layout [1, 2, ..., n].

torch_tensor_from_array_real32_1d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 1 containing data of type real32

torch_tensor_from_array_real32_1d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 1 containing data of type real32 with default layout [1, 2, ..., n].

torch_tensor_from_array_real32_2d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 2 containing data of type real32

torch_tensor_from_array_real32_2d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 2 containing data of type real32 with default layout [1, 2, ..., n].

torch_tensor_from_array_real32_3d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 3 containing data of type real32

torch_tensor_from_array_real32_3d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 3 containing data of type real32 with default layout [1, 2, ..., n].

torch_tensor_from_array_real32_4d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 4 containing data of type real32

torch_tensor_from_array_real32_4d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 4 containing data of type real32 with default layout [1, 2, ..., n].

torch_tensor_from_array_real32_5d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 5 containing data of type real32

torch_tensor_from_array_real32_5d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 5 containing data of type real32 with default layout [1, 2, ..., n].

torch_tensor_from_array_real64_1d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 1 containing data of type real64

torch_tensor_from_array_real64_1d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 1 containing data of type real64 with default layout [1, 2, ..., n].

torch_tensor_from_array_real64_2d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 2 containing data of type real64

torch_tensor_from_array_real64_2d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 2 containing data of type real64 with default layout [1, 2, ..., n].

torch_tensor_from_array_real64_3d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 3 containing data of type real64

torch_tensor_from_array_real64_3d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 3 containing data of type real64 with default layout [1, 2, ..., n].

torch_tensor_from_array_real64_4d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 4 containing data of type real64

torch_tensor_from_array_real64_4d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 4 containing data of type real64 with default layout [1, 2, ..., n].

torch_tensor_from_array_real64_5d ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 5 containing data of type real64

torch_tensor_from_array_real64_5d_default_layout ftorch Subroutine

Return a Torch tensor pointing to data_in array of rank 5 containing data of type real64 with default layout [1, 2, ..., n].

torch_tensor_from_blob ftorch Subroutine

Exposes the given data as a tensor without taking ownership of the original data. This routine will take an (i, j, k) array and return an (k, j, i) tensor.

torch_tensor_get_device_index ftorch Function

Determines the device index of a tensor.

torch_tensor_get_device_type ftorch Function

Returns the device type of a tensor.

torch_tensor_get_dtype ftorch Function

Returns the data type of a tensor.

torch_tensor_get_gradient ftorch Subroutine

Retrieves the gradient with respect to a Torch Tensor.

torch_tensor_get_rank ftorch Function

Determines the rank of a tensor.

torch_tensor_get_shape ftorch Function

Determines the shape of a tensor.

torch_tensor_mean ftorch Subroutine

Overloads mean operator over the values in a tensor.

torch_tensor_multiply ftorch Function

Overloads multiplication operator for two tensors.

torch_tensor_multiply_c ftorch Interface
torch_tensor_negative ftorch Function

Overloads negative operator for a single tensor.

torch_tensor_ones ftorch Subroutine

Returns a tensor filled with the scalar value 1.

torch_tensor_power_int16 ftorch Function

Overloads exponentiation operator for a tensor and a scalar of type int16

torch_tensor_power_int32 ftorch Function

Overloads exponentiation operator for a tensor and a scalar of type int32

torch_tensor_power_int64 ftorch Function

Overloads exponentiation operator for a tensor and a scalar of type int64

torch_tensor_power_int8 ftorch Function

Overloads exponentiation operator for a tensor and a scalar of type int8

torch_tensor_power_real32 ftorch Function

Overloads exponentiation operator for a tensor and a scalar of type real32

torch_tensor_power_real64 ftorch Function

Overloads exponentiation operator for a tensor and a scalar of type real64

torch_tensor_print ftorch Subroutine

Prints the contents of a tensor.

torch_tensor_requires_grad ftorch Function

Determines whether a tensor requires the autograd module.

torch_tensor_subtract ftorch Function

Overloads subtraction operator for two tensors.

torch_tensor_sum ftorch Subroutine

Overloads summation operator over the values in a tensor.

torch_tensor_to ftorch Subroutine

Moves a source_tensor tensor to a target tensor's device and dtype

torch_tensor_zero ftorch Subroutine

Fills a tensor with the scalar value 0.

torch_tensor_zero_grad ftorch Subroutine

Resets a tensor's gradient to zero.

torch_tensor_zeros ftorch Subroutine

Returns a tensor filled with the scalar value 0.

call~~graph~~CallGraph interface~assert_allclose assert_allclose proc~assert_allclose_real32_1d assert_allclose_real32_1d interface~assert_allclose->proc~assert_allclose_real32_1d proc~assert_allclose_real32_2d assert_allclose_real32_2d interface~assert_allclose->proc~assert_allclose_real32_2d proc~assert_allclose_real32_3d assert_allclose_real32_3d interface~assert_allclose->proc~assert_allclose_real32_3d proc~assert_allclose_real64_1d assert_allclose_real64_1d interface~assert_allclose->proc~assert_allclose_real64_1d proc~assert_allclose_real64_2d assert_allclose_real64_2d interface~assert_allclose->proc~assert_allclose_real64_2d proc~assert_allclose_real64_3d assert_allclose_real64_3d interface~assert_allclose->proc~assert_allclose_real64_3d interface~assert_isclose assert_isclose proc~assert_isclose_real32 assert_isclose_real32 interface~assert_isclose->proc~assert_isclose_real32 proc~assert_isclose_real64 assert_isclose_real64 interface~assert_isclose->proc~assert_isclose_real64 interface~assignment (=) assignment (=) proc~torch_tensor_assign torch_tensor_assign interface~assignment (=)->proc~torch_tensor_assign interface~operator (+) operator (+) proc~torch_tensor_add torch_tensor_add interface~operator (+)->proc~torch_tensor_add interface~operator (-) operator (-) proc~torch_tensor_negative torch_tensor_negative interface~operator (-)->proc~torch_tensor_negative proc~torch_tensor_subtract torch_tensor_subtract interface~operator (-)->proc~torch_tensor_subtract interface~operator (ASTERISK) operator (*) proc~torch_tensor_multiply torch_tensor_multiply interface~operator (ASTERISK)->proc~torch_tensor_multiply interface~operator (ASTERISKASTERISK) operator (**) proc~torch_tensor_power_int16 torch_tensor_power_int16 interface~operator (ASTERISKASTERISK)->proc~torch_tensor_power_int16 proc~torch_tensor_power_int32 torch_tensor_power_int32 interface~operator (ASTERISKASTERISK)->proc~torch_tensor_power_int32 proc~torch_tensor_power_int64 torch_tensor_power_int64 interface~operator (ASTERISKASTERISK)->proc~torch_tensor_power_int64 proc~torch_tensor_power_int8 torch_tensor_power_int8 interface~operator (ASTERISKASTERISK)->proc~torch_tensor_power_int8 proc~torch_tensor_power_real32 torch_tensor_power_real32 interface~operator (ASTERISKASTERISK)->proc~torch_tensor_power_real32 proc~torch_tensor_power_real64 torch_tensor_power_real64 interface~operator (ASTERISKASTERISK)->proc~torch_tensor_power_real64 interface~operator (SLASH) operator (/) proc~torch_tensor_divide torch_tensor_divide interface~operator (SLASH)->proc~torch_tensor_divide interface~torch_delete torch_delete proc~torch_model_delete torch_model_delete interface~torch_delete->proc~torch_model_delete proc~torch_tensor_array_delete torch_tensor_array_delete interface~torch_delete->proc~torch_tensor_array_delete proc~torch_tensor_delete torch_tensor_delete interface~torch_delete->proc~torch_tensor_delete interface~torch_from_blob_c torch_from_blob_c interface~torch_tensor_divide_c torch_tensor_divide_c interface~torch_tensor_from_array torch_tensor_from_array proc~torch_tensor_from_array_int16_1d torch_tensor_from_array_int16_1d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int16_1d proc~torch_tensor_from_array_int16_1d_default_layout torch_tensor_from_array_int16_1d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int16_1d_default_layout proc~torch_tensor_from_array_int16_2d torch_tensor_from_array_int16_2d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int16_2d proc~torch_tensor_from_array_int16_2d_default_layout torch_tensor_from_array_int16_2d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int16_2d_default_layout proc~torch_tensor_from_array_int16_3d torch_tensor_from_array_int16_3d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int16_3d proc~torch_tensor_from_array_int16_3d_default_layout torch_tensor_from_array_int16_3d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int16_3d_default_layout proc~torch_tensor_from_array_int16_4d torch_tensor_from_array_int16_4d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int16_4d proc~torch_tensor_from_array_int16_4d_default_layout torch_tensor_from_array_int16_4d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int16_4d_default_layout proc~torch_tensor_from_array_int16_5d torch_tensor_from_array_int16_5d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int16_5d proc~torch_tensor_from_array_int16_5d_default_layout torch_tensor_from_array_int16_5d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int16_5d_default_layout proc~torch_tensor_from_array_int32_1d torch_tensor_from_array_int32_1d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int32_1d proc~torch_tensor_from_array_int32_1d_default_layout torch_tensor_from_array_int32_1d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int32_1d_default_layout proc~torch_tensor_from_array_int32_2d torch_tensor_from_array_int32_2d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int32_2d proc~torch_tensor_from_array_int32_2d_default_layout torch_tensor_from_array_int32_2d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int32_2d_default_layout proc~torch_tensor_from_array_int32_3d torch_tensor_from_array_int32_3d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int32_3d proc~torch_tensor_from_array_int32_3d_default_layout torch_tensor_from_array_int32_3d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int32_3d_default_layout proc~torch_tensor_from_array_int32_4d torch_tensor_from_array_int32_4d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int32_4d proc~torch_tensor_from_array_int32_4d_default_layout torch_tensor_from_array_int32_4d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int32_4d_default_layout proc~torch_tensor_from_array_int32_5d torch_tensor_from_array_int32_5d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int32_5d proc~torch_tensor_from_array_int32_5d_default_layout torch_tensor_from_array_int32_5d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int32_5d_default_layout proc~torch_tensor_from_array_int64_1d torch_tensor_from_array_int64_1d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int64_1d proc~torch_tensor_from_array_int64_1d_default_layout torch_tensor_from_array_int64_1d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int64_1d_default_layout proc~torch_tensor_from_array_int64_2d torch_tensor_from_array_int64_2d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int64_2d proc~torch_tensor_from_array_int64_2d_default_layout torch_tensor_from_array_int64_2d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int64_2d_default_layout proc~torch_tensor_from_array_int64_3d torch_tensor_from_array_int64_3d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int64_3d proc~torch_tensor_from_array_int64_3d_default_layout torch_tensor_from_array_int64_3d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int64_3d_default_layout proc~torch_tensor_from_array_int64_4d torch_tensor_from_array_int64_4d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int64_4d proc~torch_tensor_from_array_int64_4d_default_layout torch_tensor_from_array_int64_4d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int64_4d_default_layout proc~torch_tensor_from_array_int64_5d torch_tensor_from_array_int64_5d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int64_5d proc~torch_tensor_from_array_int64_5d_default_layout torch_tensor_from_array_int64_5d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int64_5d_default_layout proc~torch_tensor_from_array_int8_1d torch_tensor_from_array_int8_1d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int8_1d proc~torch_tensor_from_array_int8_1d_default_layout torch_tensor_from_array_int8_1d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int8_1d_default_layout proc~torch_tensor_from_array_int8_2d torch_tensor_from_array_int8_2d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int8_2d proc~torch_tensor_from_array_int8_2d_default_layout torch_tensor_from_array_int8_2d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int8_2d_default_layout proc~torch_tensor_from_array_int8_3d torch_tensor_from_array_int8_3d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int8_3d proc~torch_tensor_from_array_int8_3d_default_layout torch_tensor_from_array_int8_3d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int8_3d_default_layout proc~torch_tensor_from_array_int8_4d torch_tensor_from_array_int8_4d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int8_4d proc~torch_tensor_from_array_int8_4d_default_layout torch_tensor_from_array_int8_4d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int8_4d_default_layout proc~torch_tensor_from_array_int8_5d torch_tensor_from_array_int8_5d interface~torch_tensor_from_array->proc~torch_tensor_from_array_int8_5d proc~torch_tensor_from_array_int8_5d_default_layout torch_tensor_from_array_int8_5d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_int8_5d_default_layout proc~torch_tensor_from_array_real32_1d torch_tensor_from_array_real32_1d interface~torch_tensor_from_array->proc~torch_tensor_from_array_real32_1d proc~torch_tensor_from_array_real32_1d_default_layout torch_tensor_from_array_real32_1d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_real32_1d_default_layout proc~torch_tensor_from_array_real32_2d torch_tensor_from_array_real32_2d interface~torch_tensor_from_array->proc~torch_tensor_from_array_real32_2d proc~torch_tensor_from_array_real32_2d_default_layout torch_tensor_from_array_real32_2d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_real32_2d_default_layout proc~torch_tensor_from_array_real32_3d torch_tensor_from_array_real32_3d interface~torch_tensor_from_array->proc~torch_tensor_from_array_real32_3d proc~torch_tensor_from_array_real32_3d_default_layout torch_tensor_from_array_real32_3d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_real32_3d_default_layout proc~torch_tensor_from_array_real32_4d torch_tensor_from_array_real32_4d interface~torch_tensor_from_array->proc~torch_tensor_from_array_real32_4d proc~torch_tensor_from_array_real32_4d_default_layout torch_tensor_from_array_real32_4d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_real32_4d_default_layout proc~torch_tensor_from_array_real32_5d torch_tensor_from_array_real32_5d interface~torch_tensor_from_array->proc~torch_tensor_from_array_real32_5d proc~torch_tensor_from_array_real32_5d_default_layout torch_tensor_from_array_real32_5d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_real32_5d_default_layout proc~torch_tensor_from_array_real64_1d torch_tensor_from_array_real64_1d interface~torch_tensor_from_array->proc~torch_tensor_from_array_real64_1d proc~torch_tensor_from_array_real64_1d_default_layout torch_tensor_from_array_real64_1d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_real64_1d_default_layout proc~torch_tensor_from_array_real64_2d torch_tensor_from_array_real64_2d interface~torch_tensor_from_array->proc~torch_tensor_from_array_real64_2d proc~torch_tensor_from_array_real64_2d_default_layout torch_tensor_from_array_real64_2d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_real64_2d_default_layout proc~torch_tensor_from_array_real64_3d torch_tensor_from_array_real64_3d interface~torch_tensor_from_array->proc~torch_tensor_from_array_real64_3d proc~torch_tensor_from_array_real64_3d_default_layout torch_tensor_from_array_real64_3d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_real64_3d_default_layout proc~torch_tensor_from_array_real64_4d torch_tensor_from_array_real64_4d interface~torch_tensor_from_array->proc~torch_tensor_from_array_real64_4d proc~torch_tensor_from_array_real64_4d_default_layout torch_tensor_from_array_real64_4d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_real64_4d_default_layout proc~torch_tensor_from_array_real64_5d torch_tensor_from_array_real64_5d interface~torch_tensor_from_array->proc~torch_tensor_from_array_real64_5d proc~torch_tensor_from_array_real64_5d_default_layout torch_tensor_from_array_real64_5d_default_layout interface~torch_tensor_from_array->proc~torch_tensor_from_array_real64_5d_default_layout interface~torch_tensor_multiply_c torch_tensor_multiply_c proc~test_print test_print proc~assert_allclose_real32_1d->proc~test_print proc~assert_allclose_real32_2d->proc~test_print proc~assert_allclose_real32_3d->proc~test_print proc~assert_allclose_real64_1d->proc~test_print proc~assert_allclose_real64_2d->proc~test_print proc~assert_allclose_real64_3d->proc~test_print proc~assert_isclose_real32->proc~test_print proc~assert_isclose_real64->proc~test_print proc~torch_model_forward torch_model_forward proc~torch_model_load torch_model_load proc~torch_tensor_empty torch_tensor_empty proc~torch_tensor_add->proc~torch_tensor_empty proc~torch_tensor_get_device_index torch_tensor%torch_tensor_get_device_index proc~torch_tensor_add->proc~torch_tensor_get_device_index proc~torch_tensor_get_device_type torch_tensor%torch_tensor_get_device_type proc~torch_tensor_add->proc~torch_tensor_get_device_type proc~torch_tensor_get_dtype torch_tensor%torch_tensor_get_dtype proc~torch_tensor_add->proc~torch_tensor_get_dtype proc~torch_tensor_get_rank torch_tensor%torch_tensor_get_rank proc~torch_tensor_add->proc~torch_tensor_get_rank proc~torch_tensor_get_shape torch_tensor%torch_tensor_get_shape proc~torch_tensor_add->proc~torch_tensor_get_shape proc~torch_tensor_requires_grad torch_tensor%torch_tensor_requires_grad proc~torch_tensor_add->proc~torch_tensor_requires_grad proc~torch_tensor_array_delete->proc~torch_tensor_delete proc~torch_tensor_assign->proc~torch_tensor_empty proc~torch_tensor_assign->proc~torch_tensor_get_device_index proc~torch_tensor_assign->proc~torch_tensor_get_device_type proc~torch_tensor_assign->proc~torch_tensor_get_dtype proc~torch_tensor_assign->proc~torch_tensor_get_rank proc~torch_tensor_assign->proc~torch_tensor_get_shape proc~torch_tensor_assign->proc~torch_tensor_requires_grad proc~torch_tensor_backward torch_tensor_backward proc~torch_tensor_backward->proc~torch_tensor_delete proc~torch_tensor_backward->proc~torch_tensor_get_device_index proc~torch_tensor_backward->proc~torch_tensor_get_device_type proc~torch_tensor_backward->proc~torch_tensor_get_dtype proc~torch_tensor_backward->proc~torch_tensor_get_rank proc~torch_tensor_backward->proc~torch_tensor_get_shape proc~torch_tensor_ones torch_tensor_ones proc~torch_tensor_backward->proc~torch_tensor_ones proc~torch_tensor_divide->interface~torch_tensor_divide_c proc~torch_tensor_divide->proc~torch_tensor_empty proc~torch_tensor_divide->proc~torch_tensor_get_device_index proc~torch_tensor_divide->proc~torch_tensor_get_device_type proc~torch_tensor_divide->proc~torch_tensor_get_dtype proc~torch_tensor_divide->proc~torch_tensor_get_rank proc~torch_tensor_divide->proc~torch_tensor_get_shape proc~torch_tensor_divide->proc~torch_tensor_requires_grad proc~torch_tensor_from_blob torch_tensor_from_blob proc~torch_tensor_from_array_int16_1d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int16_1d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int16_2d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int16_2d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int16_3d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int16_3d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int16_4d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int16_4d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int16_5d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int16_5d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int32_1d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int32_1d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int32_2d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int32_2d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int32_3d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int32_3d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int32_4d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int32_4d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int32_5d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int32_5d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int64_1d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int64_1d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int64_2d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int64_2d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int64_3d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int64_3d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int64_4d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int64_4d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int64_5d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int64_5d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int8_1d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int8_1d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int8_2d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int8_2d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int8_3d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int8_3d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int8_4d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int8_4d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_int8_5d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_int8_5d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_real32_1d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_real32_1d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_real32_2d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_real32_2d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_real32_3d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_real32_3d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_real32_4d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_real32_4d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_real32_5d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_real32_5d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_real64_1d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_real64_1d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_real64_2d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_real64_2d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_real64_3d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_real64_3d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_real64_4d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_real64_4d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_array_real64_5d->proc~torch_tensor_from_blob proc~torch_tensor_from_array_real64_5d_default_layout->interface~torch_tensor_from_array proc~torch_tensor_from_blob->interface~torch_from_blob_c proc~torch_tensor_get_gradient torch_tensor_get_gradient proc~torch_tensor_get_shape->proc~torch_tensor_get_rank proc~torch_tensor_mean torch_tensor_mean proc~torch_tensor_multiply->interface~torch_tensor_multiply_c proc~torch_tensor_multiply->proc~torch_tensor_empty proc~torch_tensor_multiply->proc~torch_tensor_get_device_index proc~torch_tensor_multiply->proc~torch_tensor_get_device_type proc~torch_tensor_multiply->proc~torch_tensor_get_dtype proc~torch_tensor_multiply->proc~torch_tensor_get_rank proc~torch_tensor_multiply->proc~torch_tensor_get_shape proc~torch_tensor_multiply->proc~torch_tensor_requires_grad proc~torch_tensor_negative->proc~torch_tensor_empty proc~torch_tensor_negative->proc~torch_tensor_get_device_index proc~torch_tensor_negative->proc~torch_tensor_get_device_type proc~torch_tensor_negative->proc~torch_tensor_get_dtype proc~torch_tensor_negative->proc~torch_tensor_get_rank proc~torch_tensor_negative->proc~torch_tensor_get_shape proc~torch_tensor_negative->proc~torch_tensor_requires_grad proc~torch_tensor_power_int16->proc~torch_tensor_empty proc~torch_tensor_power_int16->proc~torch_tensor_get_device_index proc~torch_tensor_power_int16->proc~torch_tensor_get_device_type proc~torch_tensor_power_int16->proc~torch_tensor_get_dtype proc~torch_tensor_power_int16->proc~torch_tensor_get_rank proc~torch_tensor_power_int16->proc~torch_tensor_get_shape proc~torch_tensor_power_int16->proc~torch_tensor_requires_grad proc~torch_tensor_power_int32->proc~torch_tensor_empty proc~torch_tensor_power_int32->proc~torch_tensor_get_device_index proc~torch_tensor_power_int32->proc~torch_tensor_get_device_type proc~torch_tensor_power_int32->proc~torch_tensor_get_dtype proc~torch_tensor_power_int32->proc~torch_tensor_get_rank proc~torch_tensor_power_int32->proc~torch_tensor_get_shape proc~torch_tensor_power_int32->proc~torch_tensor_requires_grad proc~torch_tensor_power_int64->proc~torch_tensor_empty proc~torch_tensor_power_int64->proc~torch_tensor_get_device_index proc~torch_tensor_power_int64->proc~torch_tensor_get_device_type proc~torch_tensor_power_int64->proc~torch_tensor_get_dtype proc~torch_tensor_power_int64->proc~torch_tensor_get_rank proc~torch_tensor_power_int64->proc~torch_tensor_get_shape proc~torch_tensor_power_int64->proc~torch_tensor_requires_grad proc~torch_tensor_power_int8->proc~torch_tensor_empty proc~torch_tensor_power_int8->proc~torch_tensor_get_device_index proc~torch_tensor_power_int8->proc~torch_tensor_get_device_type proc~torch_tensor_power_int8->proc~torch_tensor_get_dtype proc~torch_tensor_power_int8->proc~torch_tensor_get_rank proc~torch_tensor_power_int8->proc~torch_tensor_get_shape proc~torch_tensor_power_int8->proc~torch_tensor_requires_grad proc~torch_tensor_power_real32->proc~torch_tensor_empty proc~torch_tensor_power_real32->proc~torch_tensor_get_device_index proc~torch_tensor_power_real32->proc~torch_tensor_get_device_type proc~torch_tensor_power_real32->proc~torch_tensor_get_dtype proc~torch_tensor_power_real32->proc~torch_tensor_get_rank proc~torch_tensor_power_real32->proc~torch_tensor_get_shape proc~torch_tensor_power_real32->proc~torch_tensor_requires_grad proc~torch_tensor_power_real64->proc~torch_tensor_empty proc~torch_tensor_power_real64->proc~torch_tensor_get_device_index proc~torch_tensor_power_real64->proc~torch_tensor_get_device_type proc~torch_tensor_power_real64->proc~torch_tensor_get_dtype proc~torch_tensor_power_real64->proc~torch_tensor_get_rank proc~torch_tensor_power_real64->proc~torch_tensor_get_shape proc~torch_tensor_power_real64->proc~torch_tensor_requires_grad proc~torch_tensor_print torch_tensor_print proc~torch_tensor_subtract->proc~torch_tensor_empty proc~torch_tensor_subtract->proc~torch_tensor_get_device_index proc~torch_tensor_subtract->proc~torch_tensor_get_device_type proc~torch_tensor_subtract->proc~torch_tensor_get_dtype proc~torch_tensor_subtract->proc~torch_tensor_get_rank proc~torch_tensor_subtract->proc~torch_tensor_get_shape proc~torch_tensor_subtract->proc~torch_tensor_requires_grad proc~torch_tensor_sum torch_tensor_sum proc~torch_tensor_to torch_tensor_to proc~torch_tensor_to->proc~torch_tensor_get_rank proc~torch_tensor_to->proc~torch_tensor_get_shape proc~torch_tensor_zero torch_tensor%torch_tensor_zero proc~torch_tensor_zero_grad torch_tensor%torch_tensor_zero_grad proc~torch_tensor_zeros torch_tensor_zeros
Help