#pragma once #include namespace vision { namespace ops { at::Tensor new_empty_tensor( const at::Tensor& input, const c10::List& shape); } // namespace ops } // namespace vision