Home
last modified time | relevance | path

Searched refs:test_sampler (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dcell_reader_test.cc45 auto* test_sampler = monitoring::Sampler<0>::New( variable
336 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 …]
/aosp_15_r20/external/pytorch/test/quantization/core/experimental/
H A Dquantization_util.py120 test_sampler = torch.utils.data.SequentialSampler(dataset_test)
128 sampler=test_sampler)
/aosp_15_r20/external/executorch/extension/llm/sampler/test/
H A Dtargets.bzl13 "test_sampler.cpp",
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dmonitoring_test.py81 def test_sampler(self): member in MonitoringTest
/aosp_15_r20/external/pytorch/test/
H A Dtest_dataloader.py2309 def test_sampler(self): member in TestDataLoader