Searched refs:test_dataset (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/test/cpp/api/ |
H A D | integration.cpp | 143 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 D | ssd300_vgg16.py | 85 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 D | training.py | 88 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 D | cifar10_opacus.py | 177 test_dataset = CIFAR10( 181 test_dataset,
|
H A D | cifar10_transforms.py | 241 test_dataset = CIFAR10( 245 test_dataset,
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/ |
H A D | TensorFlow_Numpy_Distributed_Image_Classification.ipynb | 147 " 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 D | analyticshub.proto | 466 // Example:"projects/test_project/datasets/test_dataset/tables/test_table"
|