Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/api/src/nn/
Dmodule.cpp239 to_impl(device, dtype, non_blocking); in to()
243 to_impl(dtype, non_blocking); in to()
247 to_impl(device, non_blocking); in to()
/external/pytorch/torch/csrc/jit/api/
Dmodule.cpp157 to_impl(device, dtype, non_blocking); in to()
161 to_impl(/*device=*/std::nullopt, dtype, non_blocking); in to()
165 to_impl(device, /*dtype=*/std::nullopt, non_blocking); in to()
182 void Module::to_impl( in to_impl() function in torch::jit::Module
Dmodule.h319 void to_impl(
/external/pytorch/torch/csrc/api/include/torch/nn/
Dmodule.h584 void to_impl(Ts&&... ts);
686 void Module::to_impl(Ts&&... ts) { in to_impl() function
/external/pytorch/aten/src/ATen/native/
DTensorConversions.cpp417 static inline Tensor to_impl( in to_impl() function
451 return to_impl( in _autocast_to_reduced_precision()
465 return to_impl( in _autocast_to_full_precision()
482 return to_impl( in to()
494 return to_impl( in to()
506 return to_impl( in to()
519 return to_impl( in to()