new_empty_tensor_op.h 243 Bytes
Newer Older
1
2
3
#pragma once

#include <ATen/ATen.h>
4
#include "macros.h"
5
6
7
8

namespace vision {
namespace ops {

9
VISION_API at::Tensor new_empty_tensor(
10
11
12
13
14
    const at::Tensor& input,
    const c10::List<int64_t>& shape);

} // namespace ops
} // namespace vision