blob: a015ca19c9a7d0988b1a0f95c4ebf4ffa2221519 [file] [log] [blame]
#define TORCH_ASSERT_ONLY_METHOD_OPERATORS
#include <c10/core/Scalar.h>
#include <c10/util/Optional.h>
namespace at {
namespace native {
void sym_constrain_range_cpu(
const Scalar& size,
c10::optional<int64_t> min = c10::nullopt,
c10::optional<int64_t> max = c10::nullopt) {}
} // namespace native
} // namespace at