Prompt48 commited on
Commit
bb5ace8
·
verified ·
1 Parent(s): 36d096d

Upload edit\Qwen3-TTS-test\.venv\Lib\site-packages\torch\include\ATen\ops\log1p_native.h with huggingface_hub

Browse files
edit//Qwen3-TTS-test//.venv//Lib//site-packages//torch//include//ATen//ops//log1p_native.h ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #pragma once
2
+
3
+ // @generated by torchgen/gen.py from NativeFunction.h
4
+
5
+ #include <c10/core/Scalar.h>
6
+ #include <c10/core/Storage.h>
7
+ #include <c10/core/TensorOptions.h>
8
+ #include <c10/util/Deprecated.h>
9
+ #include <optional>
10
+ #include <c10/core/QScheme.h>
11
+ #include <ATen/core/Reduction.h>
12
+ #include <ATen/core/Tensor.h>
13
+ #include <tuple>
14
+ #include <vector>
15
+ #include <ATen/ops/log1p_meta.h>
16
+
17
+ namespace at {
18
+ namespace native {
19
+ struct TORCH_API structured_log1p_out : public at::meta::structured_log1p {
20
+ void impl(const at::Tensor & self, const at::Tensor & out);
21
+ };
22
+ TORCH_API at::Tensor log1p_sparse(const at::Tensor & self);
23
+ TORCH_API at::Tensor & log1p_sparse_out(const at::Tensor & self, at::Tensor & out);
24
+ TORCH_API at::Tensor & log1p_sparse_(at::Tensor & self);
25
+ TORCH_API at::Tensor log1p_sparse_csr(const at::Tensor & self);
26
+ TORCH_API at::Tensor & log1p_sparse_csr_out(const at::Tensor & self, at::Tensor & out);
27
+ TORCH_API at::Tensor & log1p_sparse_csr_(at::Tensor & self);
28
+ } // namespace native
29
+ } // namespace at