Kernels
File size: 105 Bytes
bc2cb62
 
 
 
 
1
2
3
4
5
#pragma once

#include <torch/torch.h>

void fused_split(torch::Tensor &out, torch::Tensor const &input);