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