Searched refs:test_sampler (Results 1 – 5 of 5) sorted by relevance
45 auto* test_sampler = monitoring::Sampler<0>::New( variable336 test_sampler->GetCell()->Add(0.1); in TEST()355 test_sampler->GetCell()->Add(1.1); in TEST()374 test_sampler->GetCell()->Add(100); in TEST()414 test_sampler->GetCell()->Add(0.1); in TEST()433 test_sampler->GetCell()->Add(1.1); in TEST()452 test_sampler->GetCell()->Add(100); in TEST()510 test_sampler->GetCell()->Add(0.1); in TEST()511 test_sampler->GetCell()->Add(0.1); in TEST()548 test_sampler->GetCell()->Add(100); in TEST()[all …]
120 test_sampler = torch.utils.data.SequentialSampler(dataset_test)128 sampler=test_sampler)
13 "test_sampler.cpp",
81 def test_sampler(self): member in MonitoringTest
2309 def test_sampler(self): member in TestDataLoader