#pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::_test_parallel_materialize(Tensor self, int num_parallel, bool skip_first=False) -> Tensor inline at::Tensor _test_parallel_materialize(const at::Tensor & self, int64_t num_parallel, bool skip_first=false) { return at::_ops::_test_parallel_materialize::call(self, num_parallel, skip_first); } }