Spaces:
Running
Running
// @generated by torchgen/gen.py from Function.h | |
namespace at { | |
// aten::acos(Tensor self) -> Tensor | |
inline at::Tensor acos(const at::Tensor & self) { | |
return at::_ops::acos::call(self); | |
} | |
// aten::acos_(Tensor(a!) self) -> Tensor(a!) | |
inline at::Tensor & acos_(at::Tensor & self) { | |
return at::_ops::acos_::call(self); | |
} | |
// aten::acos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) | |
inline at::Tensor & acos_out(at::Tensor & out, const at::Tensor & self) { | |
return at::_ops::acos_out::call(self, out); | |
} | |
// aten::acos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) | |
inline at::Tensor & acos_outf(const at::Tensor & self, at::Tensor & out) { | |
return at::_ops::acos_out::call(self, out); | |
} | |
} | |