Home
last modified time | relevance | path

Searched refs:tensor_for_import_testing (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dutils.py14 tensor_for_import_testing = torch.ones(10, 10) variable
H A Dtest_repros.py2346 from .utils import tensor_for_import_testing
2348 return x * 2 * tensor_for_import_testing
2353 from utils import tensor_for_import_testing
2355 return x * 2 * tensor_for_import_testing
2371 return x * 2 * utils.tensor_for_import_testing
2378 return x * 2 * utils.tensor_for_import_testing