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

Public Member Functions

def setUp (self)
 
def test_kl_monte_carlo (self)
 
def test_kl_multivariate_normal (self)
 
def test_kl_multivariate_normal_batched (self)
 
def test_kl_multivariate_normal_batched_broadcasted (self)
 
def test_kl_lowrank_multivariate_normal (self)
 
def test_kl_lowrank_multivariate_normal_batched (self)
 
def test_kl_exponential_family (self)
 
def test_kl_infinite (self)
 
def test_kl_edgecases (self)
 
def test_kl_shape (self)
 
def test_entropy_monte_carlo (self)
 
def test_entropy_exponential_family (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

 precision
 
 max_samples
 
 samples_per_batch
 
 finite_examples
 
 infinite_examples
 

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 3082 of file test_distributions.py.


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