Home
last modified time | relevance | path

Searched refs:test_dataset (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dintegration.cpp143 torch::data::datasets::MNIST test_dataset( in test_mnist() local
145 auto images = test_dataset.images().to(device), in test_mnist()
146 targets = test_dataset.targets().to(device); in test_mnist()
150 return correct.sum().item<float>() > (test_dataset.size().value() * 0.8); in test_mnist()
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/
H A Dssd300_vgg16.py85 test_dataset = PascalVOCDataset(voc07_path, split="test", keep_difficult=True)
88 test_dataset, shuffle=True, collate_fn=test_dataset.collate_fn
/aosp_15_r20/external/libopus/dnn/torch/neural-pitch/
H A Dtraining.py88 train_dataset, test_dataset = torch.utils.data.random_split(dataset_training, [0.95,0.05], generato… variable
92 test_dataloader = torch.utils.data.DataLoader(dataset=test_dataset, batch_size=batch_size, shuffle=…
/aosp_15_r20/external/pytorch/functorch/examples/dp_cifar10/
H A Dcifar10_opacus.py177 test_dataset = CIFAR10(
181 test_dataset,
H A Dcifar10_transforms.py241 test_dataset = CIFAR10(
245 test_dataset,
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/
H A DTensorFlow_Numpy_Distributed_Image_Classification.ipynb147 " test_dataset = tfds.load('mnist', split='test', shuffle_files=True, \n",
149 " x_test, y_test = process_data(test_dataset)\n",
/aosp_15_r20/external/googleapis/google/cloud/bigquery/analyticshub/v1/
H A Danalyticshub.proto466 // Example:"projects/test_project/datasets/test_dataset/tables/test_table"