Repository URL to install this package:
|
Version:
1.12.1+cpu ▾
|
#include <ATen/ATen.h>
#include <ATen/NativeFunctions.h>
#include <ATen/native/DispatchStub.h>
#pragma once
namespace at { namespace native {
using channel_shuffle_fn = void(*)(Tensor&, const Tensor&, int64_t);
DECLARE_DISPATCH(channel_shuffle_fn, channel_shuffle_kernel);
}} // at::native