File tree Expand file tree Collapse file tree 1 file changed +37
-1
lines changed Expand file tree Collapse file tree 1 file changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,43 @@ Data Reader Interface
6
6
DataTypes
7
7
=========
8
8
9
- .. automodule :: paddle.v2.data_type
9
+ .. autofunction :: paddle.v2.data_type.dense_array
10
+ :noindex:
11
+
12
+ .. autofunction :: paddle.v2.data_type.integer_value
13
+ :noindex:
14
+
15
+ .. autofunction :: paddle.v2.data_type.integer_value_sequence
16
+ :noindex:
17
+
18
+ .. autofunction :: paddle.v2.data_type.integer_value_sub_sequence
19
+ :noindex:
20
+
21
+ .. autofunction :: paddle.v2.data_type.sparse_binary_vector
22
+ :noindex:
23
+
24
+ .. autofunction :: paddle.v2.data_type.sparse_binary_vector_sequence
25
+ :noindex:
26
+
27
+ .. autofunction :: paddle.v2.data_type.sparse_binary_vector_sub_sequence
28
+ :noindex:
29
+
30
+ .. autofunction :: paddle.v2.data_type.sparse_float_vector
31
+ :noindex:
32
+
33
+ .. autofunction :: paddle.v2.data_type.sparse_float_vector_sequence
34
+ :noindex:
35
+
36
+ .. autofunction :: paddle.v2.data_type.sparse_float_vector_sub_sequence
37
+ :noindex:
38
+
39
+ .. autofunction :: paddle.v2.data_type.sparse_non_value_slot
40
+ :noindex:
41
+
42
+ .. autofunction :: paddle.v2.data_type.sparse_value_slot
43
+ :noindex:
44
+
45
+ .. autoclass :: paddle.v2.data_type.InputType
10
46
:members:
11
47
:noindex:
12
48
You can’t perform that action at this time.
0 commit comments