forked from f0nzie/rTorch.old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yaml
82 lines (67 loc) · 1.4 KB
/
_pkgdown.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
title: rTorch
url: https://github.com/f0nzie/rTorch
template:
params:
bootswatch: cosmo
reference:
- title: All
desc: ~
contents:
- '`all_dims`'
- '`rTorch`'
- '`shape`'
- '`torch_extract_opts`'
- '`torch_getLogger`'
- '`torch_size`'
- all.torch.Tensor
- any.torch.Tensor
- log.torch.Tensor
- log10.torch.Tensor
- log2.torch.Tensor
- '`%%.torch.Tensor`'
- install_pytorch
- install_torch_extras
- title: Generics
desc: ~
contents:
- '`%.*%`'
- '`%**%`'
- '`[.torch.Tensor`'
- title: One tensor operation
contents:
- '`dim.torch.Tensor`'
- '`length.torch.Tensor`'
- '`exp.torch.Tensor`'
- title: Two tensor operations
decs: ~
contents:
tensor_ops
- title: Basic arithmetic
decs: ~
contents:
- +.torch.Tensor
- '-.torch.Tensor'
- '*.torch.Tensor'
- '/.torch.Tensor'
- title: Logical operations
decs: ~
contents:
- '==.torch.Tensor'
- 'not_equal_to'
- 'logical_not'
- '>.torch.Tensor'
- '>=.torch.Tensor'
- '<.torch.Tensor'
- '<=.torch.Tensor'
- 'logical_and'
- 'logical_or'
- title: Get datasets
desc: ~
contents:
- '`dataset_mnist_digits`'
- title: Modules
desc: ~
contents:
- '`np`'
- '`torch`'
- '`torchvision`'