1#pragma once
2
3// @generated by torchgen/gen.py from NativeMetaFunction.h
4
5#include <c10/core/Scalar.h>
6#include <c10/core/Storage.h>
7#include <c10/core/TensorOptions.h>
8#include <c10/util/Deprecated.h>
9#include <c10/util/Optional.h>
10#include <c10/core/QScheme.h>
11#include <ATen/core/Reduction.h>
12#include <ATen/TensorIterator.h>
13#include <ATen/TensorMeta.h>
14#include <tuple>
15#include <vector>
16
17namespace at {
18namespace meta {
19
20struct TORCH_API structured_bitwise_right_shift_Tensor : public TensorIteratorBase {
21
22
23 void meta(const at::Tensor & self, const at::Tensor & other);
24};
25
26} // namespace native
27} // namespace at
28