You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
306 B
20 lines
306 B
#pragma once
|
|
|
|
// ${generated_comment}
|
|
|
|
#include <ATen/core/Tensor.h>
|
|
#include <ATen/core/IListRef.h>
|
|
#include <ATen/TensorMeta.h>
|
|
#include <ATen/TensorIterator.h>
|
|
|
|
${NativeMetaFunctions_includes}
|
|
|
|
namespace at {
|
|
|
|
namespace meta {
|
|
|
|
${NativeMetaFunctions_declarations}
|
|
|
|
} // namespace meta
|
|
} // namespace at
|