Skip to content

Commit 78bf8a1

Browse files
committed
Updated the static docs for PyTorch Live
1 parent e73ee28 commit 78bf8a1

File tree

443 files changed

+1769
-1551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

443 files changed

+1769
-1551
lines changed

live/404.html

Lines changed: 8 additions & 7 deletions
Large diffs are not rendered by default.

live/_src/api/core/classes/cameraview.camera.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default function App() {
5757

5858
#### Defined in
5959

60-
[CameraView.tsx:212](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/CameraView.tsx#L212)
60+
[CameraView.tsx:212](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/CameraView.tsx#L212)
6161

6262
___
6363

@@ -107,4 +107,4 @@ export default function CameraTakePicture() {
107107

108108
#### Defined in
109109

110-
[CameraView.tsx:198](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/CameraView.tsx#L198)
110+
[CameraView.tsx:198](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/CameraView.tsx#L198)

live/_src/api/core/classes/text_basictokenizer.basictokenizer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Construct a BasicTokenizer Object.
2323

2424
#### Defined in
2525

26-
[text/BasicTokenizer.ts:18](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/text/BasicTokenizer.ts#L18)
26+
[text/BasicTokenizer.ts:18](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/text/BasicTokenizer.ts#L18)
2727

2828
## Methods
2929

@@ -46,4 +46,4 @@ Normally used to clean text before passing to other tokenizers (e.g. wordpiece).
4646

4747
#### Defined in
4848

49-
[text/BasicTokenizer.ts:70](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/text/BasicTokenizer.ts#L70)
49+
[text/BasicTokenizer.ts:70](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/text/BasicTokenizer.ts#L70)

live/_src/api/core/classes/text_wordpiecetokenizer.wordpiecetokenizer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Construct a tokenizer with a WordPieceTokenizer object.
2323

2424
#### Defined in
2525

26-
[text/WordpieceTokenizer.ts:26](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/text/WordpieceTokenizer.ts#L26)
26+
[text/WordpieceTokenizer.ts:26](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/text/WordpieceTokenizer.ts#L26)
2727

2828
## Methods
2929

@@ -47,7 +47,7 @@ a string decoded from the output of the model
4747

4848
#### Defined in
4949

50-
[text/WordpieceTokenizer.ts:143](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/text/WordpieceTokenizer.ts#L143)
50+
[text/WordpieceTokenizer.ts:143](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/text/WordpieceTokenizer.ts#L143)
5151

5252
___
5353

@@ -71,7 +71,7 @@ An array of number, which can then be used to create a tensor as model input wit
7171

7272
#### Defined in
7373

74-
[text/WordpieceTokenizer.ts:132](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/text/WordpieceTokenizer.ts#L132)
74+
[text/WordpieceTokenizer.ts:132](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/text/WordpieceTokenizer.ts#L132)
7575

7676
___
7777

@@ -96,4 +96,4 @@ an array of tokens in vocabulary representing the input text.
9696

9797
#### Defined in
9898

99-
[text/WordpieceTokenizer.ts:71](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/text/WordpieceTokenizer.ts#L71)
99+
[text/WordpieceTokenizer.ts:71](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/text/WordpieceTokenizer.ts#L71)

live/_src/api/core/enums/cameraview.camerafacing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Camera facing the opposite direction as the device's screen.
1919

2020
#### Defined in
2121

22-
[CameraView.tsx:45](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/CameraView.tsx#L45)
22+
[CameraView.tsx:45](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/CameraView.tsx#L45)
2323

2424
___
2525

@@ -31,4 +31,4 @@ Camera facing the same direction as the device's screen.
3131

3232
#### Defined in
3333

34-
[CameraView.tsx:50](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/CameraView.tsx#L50)
34+
[CameraView.tsx:50](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/CameraView.tsx#L50)

live/_src/api/core/interfaces/audio_audiomodule.audio.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ functions on the JavaScript object.
3131

3232
#### Defined in
3333

34-
[NativeJSRef.ts:64](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/NativeJSRef.ts#L64)
34+
[NativeJSRef.ts:64](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/NativeJSRef.ts#L64)
3535

3636
## Methods
3737

@@ -47,7 +47,7 @@ Get the duration of an audio in ms.
4747

4848
#### Defined in
4949

50-
[audio/AudioModule.ts:36](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/audio/AudioModule.ts#L36)
50+
[audio/AudioModule.ts:36](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/audio/AudioModule.ts#L36)
5151

5252
___
5353

@@ -63,7 +63,7 @@ Pause an audio.
6363

6464
#### Defined in
6565

66-
[audio/AudioModule.ts:26](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/audio/AudioModule.ts#L26)
66+
[audio/AudioModule.ts:26](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/audio/AudioModule.ts#L26)
6767

6868
___
6969

@@ -79,7 +79,7 @@ Play an audio.
7979

8080
#### Defined in
8181

82-
[audio/AudioModule.ts:21](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/audio/AudioModule.ts#L21)
82+
[audio/AudioModule.ts:21](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/audio/AudioModule.ts#L21)
8383

8484
___
8585

@@ -104,7 +104,7 @@ example, the `GC` on Android will eventually free the allocated memory.
104104

105105
#### Defined in
106106

107-
[audio/AudioModule.ts:50](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/audio/AudioModule.ts#L50)
107+
[audio/AudioModule.ts:50](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/audio/AudioModule.ts#L50)
108108

109109
___
110110

@@ -120,4 +120,4 @@ Stop the current playing audio.
120120

121121
#### Defined in
122122

123-
[audio/AudioModule.ts:31](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/audio/AudioModule.ts#L31)
123+
[audio/AudioModule.ts:31](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/audio/AudioModule.ts#L31)

live/_src/api/core/interfaces/cameraview.cameraprops.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Direction the camera faces relative to the device's screen.
3434

3535
#### Defined in
3636

37-
[CameraView.tsx:89](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/CameraView.tsx#L89)
37+
[CameraView.tsx:89](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/CameraView.tsx#L89)
3838

3939
___
4040

@@ -47,7 +47,7 @@ a capture button.
4747

4848
#### Defined in
4949

50-
[CameraView.tsx:70](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/CameraView.tsx#L70)
50+
[CameraView.tsx:70](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/CameraView.tsx#L70)
5151

5252
___
5353

@@ -60,7 +60,7 @@ a flip button.
6060

6161
#### Defined in
6262

63-
[CameraView.tsx:76](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/CameraView.tsx#L76)
63+
[CameraView.tsx:76](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/CameraView.tsx#L76)
6464

6565
___
6666

@@ -75,7 +75,7 @@ set target resolution, and it might pick the closest available resolution.
7575

7676
#### Defined in
7777

78-
[CameraView.tsx:84](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/CameraView.tsx#L84)
78+
[CameraView.tsx:84](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/CameraView.tsx#L84)
7979

8080
## Methods
8181

@@ -97,7 +97,7 @@ Callback with an [Image](imagemodule.image.md) after capture button was pressed.
9797

9898
#### Defined in
9999

100-
[CameraView.tsx:96](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/CameraView.tsx#L96)
100+
[CameraView.tsx:96](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/CameraView.tsx#L96)
101101

102102
___
103103

@@ -127,4 +127,4 @@ omitted until [Image.release](imagemodule.image.md#release) is called.
127127

128128
#### Defined in
129129

130-
[CameraView.tsx:111](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/CameraView.tsx#L111)
130+
[CameraView.tsx:111](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/CameraView.tsx#L111)

live/_src/api/core/interfaces/canvasview.canvasprops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Properties for the canvas.
3737

3838
#### Defined in
3939

40-
[CanvasView.tsx:692](https://github.com/pytorch/live/blob/b64dc9c0/react-native-pytorch-core/src/CanvasView.tsx#L692)
40+
[CanvasView.tsx:692](https://github.com/pytorch/live/blob/966a71c9/react-native-pytorch-core/src/CanvasView.tsx#L692)

0 commit comments

Comments
 (0)