__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 | |
file (defined in test_c10d.MultiProcessTestCase) | test_c10d.MultiProcessTestCase | |
genSparseTensor(self, size, sparse_dim, nnz, is_uncoalesced, device='cpu') (defined in common_utils.TestCase) | common_utils.TestCase | |
is_master(self) (defined in test_c10d.MultiProcessTestCase) | test_c10d.MultiProcessTestCase | |
join_or_run(fn) (defined in test_c10d.MultiProcessTestCase) | test_c10d.MultiProcessTestCase | static |
longMessage (defined in expecttest.TestCase) | expecttest.TestCase | static |
MAIN_PROCESS_RANK (defined in test_c10d.MultiProcessTestCase) | test_c10d.MultiProcessTestCase | static |
maxDiff (defined in common_utils.TestCase) | common_utils.TestCase | static |
precision (defined in common_utils.TestCase) | common_utils.TestCase | static |
processes (defined in test_c10d.MultiProcessTestCase) | test_c10d.MultiProcessTestCase | |
rank (defined in test_c10d.MultiProcessTestCase) | test_c10d.MultiProcessTestCase | |
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_c10d.MultiProcessTestCase) | test_c10d.MultiProcessTestCase | |
setUpClass(cls) (defined in test_c10d.MultiProcessTestCase) | test_c10d.MultiProcessTestCase | |
tearDown(self) (defined in test_c10d.DistributedDataParallelTest) | test_c10d.DistributedDataParallelTest | |
test_dist_broadcast_coalesced_gloo(self) (defined in test_c10d.DistributedDataParallelTest) | test_c10d.DistributedDataParallelTest | |
test_dist_broadcast_coalesced_nccl(self) (defined in test_c10d.DistributedDataParallelTest) | test_c10d.DistributedDataParallelTest | |
test_fp16(self) (defined in test_c10d.DistributedDataParallelTest) | test_c10d.DistributedDataParallelTest | |
test_gloo_backend(self) (defined in test_c10d.DistributedDataParallelTest) | test_c10d.DistributedDataParallelTest | |
test_nccl_backend(self) (defined in test_c10d.DistributedDataParallelTest) | test_c10d.DistributedDataParallelTest | |
test_queue_reduction(self) (defined in test_c10d.DistributedDataParallelTest) | test_c10d.DistributedDataParallelTest | |
test_sync_params_no_buffers(self) (defined in test_c10d.DistributedDataParallelTest) | test_c10d.DistributedDataParallelTest | |
test_sync_params_with_buffers(self) (defined in test_c10d.DistributedDataParallelTest) | test_c10d.DistributedDataParallelTest | |
test_sync_reduction(self) (defined in test_c10d.DistributedDataParallelTest) | test_c10d.DistributedDataParallelTest | |
world_size(self) (defined in test_c10d.DistributedDataParallelTest) | test_c10d.DistributedDataParallelTest | |
wrap_with_cuda_memory_check(self, method) (defined in common_utils.TestCase) | common_utils.TestCase | |