#pragma once #include #include #include #include #include namespace at::impl { TORCH_API bool tensor_has_dispatch(const at::Tensor& t); TORCH_API bool tensorlist_has_dispatch(at::ITensorListRef li); TORCH_API bool tensorlist_has_dispatch( const c10::List>& li); using c10::impl::dispatch_mode_enabled; } // namespace at::impl