This is the complete list of members for test_optim.TestOptim, including all inherited members.
| __init__(self, method_name='runTest') (defined in common_utils.TestCase) | common_utils.TestCase | |
| assertAlmostEqual(self, x, y, places=None, msg=None, delta=None, allow_inf=None) (defined in common_utils.TestCase) | common_utils.TestCase | |
| assertEqual(self, x, y, prec=None, message='', allow_inf=False) (defined in common_utils.TestCase) | common_utils.TestCase | |
| assertExpected(self, s, subname=None) (defined in common_utils.TestCase) | common_utils.TestCase | |
| assertExpectedInline(self, actual, expect, skip=0) (defined in expecttest.TestCase) | expecttest.TestCase | |
| assertExpectedRaises(self, exc_type, callable, args, kwargs) (defined in common_utils.TestCase) | common_utils.TestCase | |
| assertLeaksNoCudaTensors(self, name=None) (defined in common_utils.TestCase) | common_utils.TestCase | |
| assertNotEqual(self, x, y, prec=None, message='') (defined in common_utils.TestCase) | common_utils.TestCase | |
| assertObjectIn(self, obj, iterable) (defined in common_utils.TestCase) | common_utils.TestCase | |
| assertRaisesRegex (defined in common_utils.TestCase) | common_utils.TestCase | static |
| assertRegex (defined in common_utils.TestCase) | common_utils.TestCase | static |
| assertTensorsSlowEqual(self, x, y, prec=None, message='') (defined in common_utils.TestCase) | common_utils.TestCase | |
| assertWarns(self, callable, msg='') (defined in common_utils.TestCase) | common_utils.TestCase | |
| assertWarnsRegex(self, callable, regex, msg='') (defined in common_utils.TestCase) | common_utils.TestCase | |
| genSparseTensor(self, size, sparse_dim, nnz, is_uncoalesced, device='cpu') (defined in common_utils.TestCase) | common_utils.TestCase | |
| longMessage (defined in expecttest.TestCase) | expecttest.TestCase | static |
| maxDiff (defined in common_utils.TestCase) | common_utils.TestCase | static |
| precision (defined in common_utils.TestCase) | common_utils.TestCase | static |
| safeCoalesce(self, t) (defined in common_utils.TestCase) | common_utils.TestCase | |
| safeToDense(self, t) (defined in common_utils.TestCase) | common_utils.TestCase | |
| setUp(self) (defined in common_utils.TestCase) | common_utils.TestCase | |
| test_adadelta(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_adagrad(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_adagrad_sparse(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_adam(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_adamax(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_asgd(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_invalid_param_type(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_lbfgs(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_lbfgs_return_type(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_rmsprop(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_rprop(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_sgd(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_sgd_sparse(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| test_sparse_adam(self) (defined in test_optim.TestOptim) | test_optim.TestOptim | |
| wrap_with_cuda_memory_check(self, method) (defined in common_utils.TestCase) | common_utils.TestCase |
1.8.11