Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/runtime/static/
Dops.cpp1466 const auto& existing_output = p_node->Output(0).toTensor(); in to_copy_functor_impl() local
1468 (existing_output.dtype() != args->dtype || in to_copy_functor_impl()
1469 existing_output.layout() != args->layout || in to_copy_functor_impl()
1470 existing_output.device() != self.device())) || in to_copy_functor_impl()
1472 !existing_output.is_contiguous( in to_copy_functor_impl()