Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Divalue_test.cpp430 auto rawTensorCopy = rawTensor.clone(); in TEST() local
432 auto tCopy = IValue(rawTensorCopy); in TEST()