Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Divalue_test.cpp429 auto rawTensor = torch::zeros({2, 3}); in TEST() local
430 auto rawTensorCopy = rawTensor.clone(); in TEST()
431 auto t = IValue(rawTensor); in TEST()