This is the complete list of members for test_nn.TestNNInit, 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 test_nn.TestNNInit) | test_nn.TestNNInit | |
test_calculate_gain_leaky_relu(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_calculate_gain_leaky_relu_only_accepts_numbers(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_calculate_gain_linear(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_calculate_gain_nonlinear(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_calculate_gain_only_accepts_valid_nonlinearities(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_constant(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_deprecation(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_dirac_identity(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_dirac_only_works_on_3_4_5d_inputs(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_dirac_properties(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_eye(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_eye_only_works_on_2d_inputs(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_kaiming_normal(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_kaiming_normal_errors_on_inputs_smaller_than_2d(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_kaiming_uniform(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_kaiming_uniform_errors_on_inputs_smaller_than_2d(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_max_unpool(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_normal(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_ones_and_zeros(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_orthogonal(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_sparse_default_std(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_sparse_only_works_on_2d_inputs(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_uniform(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_xavier_normal(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_xavier_normal_errors_on_inputs_smaller_than_2d(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_xavier_uniform(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
test_xavier_uniform_errors_on_inputs_smaller_than_2d(self) (defined in test_nn.TestNNInit) | test_nn.TestNNInit | |
wrap_with_cuda_memory_check(self, method) (defined in common_utils.TestCase) | common_utils.TestCase |