#pragma once // @generated by torchgen/gen.py from NativeMetaFunction.h #include #include #include #include #include #include #include #include #include #include #include namespace at { namespace meta { struct TORCH_API structured_div_Tensor : public TensorIteratorBase { void meta(const at::Tensor & self, const at::Tensor & other); }; struct TORCH_API structured_div_Tensor_mode : public TensorIteratorBase { void meta(const at::Tensor & self, const at::Tensor & other, c10::optional rounding_mode); }; } // namespace native } // namespace at