Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
test_distributions.TestTransforms Class Reference
Inheritance diagram for test_distributions.TestTransforms:
common_utils.TestCase expecttest.TestCase

Public Member Functions

def setUp (self)
 
def test_inv_inv (self)
 
def test_equality (self)
 
def test_forward_inverse_cache (self)
 
def test_forward_inverse_no_cache (self)
 
def test_univariate_forward_jacobian (self)
 
def test_univariate_inverse_jacobian (self)
 
def test_jacobian_shape (self)
 
def test_transform_shapes (self)
 
def test_transformed_distribution_shapes (self)
 
def test_jit_fwd (self)
 
def test_jit_inv (self)
 
def test_jit_jacobian (self)
 
- Public Member Functions inherited from common_utils.TestCase
def __init__ (self, method_name='runTest')
 
def assertLeaksNoCudaTensors (self, name=None)
 
def wrap_with_cuda_memory_check (self, method)
 
def setUp (self)
 
def assertTensorsSlowEqual (self, x, y, prec=None, message='')
 
def genSparseTensor (self, size, sparse_dim, nnz, is_uncoalesced, device='cpu')
 
def safeToDense (self, t)
 
def safeCoalesce (self, t)
 
def assertEqual (self, x, y, prec=None, message='', allow_inf=False)
 
def assertAlmostEqual (self, x, y, places=None, msg=None, delta=None, allow_inf=None)
 
def assertNotEqual (self, x, y, prec=None, message='')
 
def assertObjectIn (self, obj, iterable)
 
def assertExpectedRaises (self, exc_type, callable, args, kwargs)
 
def assertWarns (self, callable, msg='')
 
def assertWarnsRegex (self, callable, regex, msg='')
 
def assertExpected (self, s, subname=None)
 
- Public Member Functions inherited from expecttest.TestCase
def assertExpectedInline (self, actual, expect, skip=0)
 

Public Attributes

 transforms
 
 unique_transforms
 

Additional Inherited Members

- Static Public Attributes inherited from common_utils.TestCase
int precision = 1
 
 maxDiff = None
 
 assertRegex = unittest.TestCase.assertRegexpMatches
 
 assertRaisesRegex = unittest.TestCase.assertRaisesRegexp
 
- Static Public Attributes inherited from expecttest.TestCase
bool longMessage = True
 

Detailed Description

Definition at line 3790 of file test_distributions.py.


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