You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design/mkldnn/caching/scripts/cache.dot
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,6 @@ digraph Q {
34
34
35
35
}
36
36
37
-
// For DefaultSessionID Key is having TID inside, for anything else eg. clearing mode , named session ID. no TID in key. ParallelExecutor is workign in default mode
37
+
// For DefaultSessionID Key is having TID inside, for anything else eg. clearing mode , named session ID. no TID in key. ParallelExecutor is working in default mode
Copy file name to clipboardExpand all lines: docs/design/others/graph_survey.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,6 @@ digraph G {
227
227
228
228
Actually, Symbol/Tensor/Expression in Mxnet/TensorFlow/Dynet are the same level concepts. We use a unified name Expression here, this level concept has following features:
229
229
230
-
- Users wirte topoloy with symbolic API, and all return value is Expression, including input data and parameter.
230
+
- Users write topoloy with symbolic API, and all return value is Expression, including input data and parameter.
231
231
- Expression corresponds with a global Graph, and Expression can also be composed.
232
232
- Expression tracks all dependency and can be taken as a run target
where, $x$ is the float value to be quantized, $M$ is maximum absolute value. $\left \lfloor \right \rceil$ denotes rounding to the nearest integer. For 8 bit quantization, $n=2^{8}=256$. $q$ is the quantized integer.
25
25
26
26
27
-
Wether the *min-max* quantization or *max-abs* quantization, they also can be represent:
27
+
Whether the *min-max* quantization or *max-abs* quantization, they also can be represent:
0 commit comments