Searched refs:rawTensor (Results 1 – 1 of 1) sorted by relevance
429 auto rawTensor = torch::zeros({2, 3}); in TEST() local430 auto rawTensorCopy = rawTensor.clone(); in TEST()431 auto t = IValue(rawTensor); in TEST()