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
346 B
20 lines
346 B
|
4 days ago
|
// ${generated_comment}
|
||
|
|
|
||
|
|
#include <ATen/FunctionalInverses.h>
|
||
|
|
#include <ATen/ViewMetaClasses.h>
|
||
|
|
|
||
|
|
#ifndef AT_PER_OPERATOR_HEADERS
|
||
|
|
#include <ATen/Operators.h>
|
||
|
|
#include <ATen/NativeFunctions.h>
|
||
|
|
#else
|
||
|
|
${op_headers}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
namespace at {
|
||
|
|
namespace functionalization {
|
||
|
|
|
||
|
|
${view_meta_implementations}
|
||
|
|
|
||
|
|
} // namespace functionalization
|
||
|
|
} // namespace at
|