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

Public Member Functions

def test_bernoulli_gradient (self)
 
def test_bernoulli_with_logits_underflow (self)
 
def test_bernoulli_with_logits_overflow (self)
 
def test_categorical_log_prob (self)
 
def test_categorical_log_prob_with_logits (self)
 
def test_multinomial_log_prob (self)
 
def test_multinomial_log_prob_with_logits (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)
 

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


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