#pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::_saturate_weight_to_fp16(Tensor weight) -> Tensor inline at::Tensor _saturate_weight_to_fp16(const at::Tensor & weight) { return at::_ops::_saturate_weight_to_fp16::call(weight); } }