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/py_api/trtorch.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -599,9 +599,9 @@ <h2 id="functions">
599
599
<spanclass="s2">"dla_core"</span><spanclass="p">:</span><spanclass="mi">0</span><spanclass="p">,</span><spanclass="c1"># (DLA only) Target dla core id to run engine</span>
600
600
<spanclass="s2">"allow_gpu_fallback"</span><spanclass="p">:</span><spanclass="n">false</span><spanclass="p">,</span><spanclass="c1"># (DLA only) Allow layers unsupported on DLA to run on GPU</span>
<spanclass="s2">"disable_tf32"</span><spanclass="p">:</span><spanclass="kc">False</span><spanclass="p">,</span><spanclass="c1"># Force FP32 layers to use traditional as FP32 format vs the default behavior of rounding the inputs to 10-bit mantissas before multiplying, but accumulates the sum using 23-bit mantissas</span>
<spanclass="s2">"strict_types"</span><spanclass="p">:</span><spanclass="n">false</span><spanclass="p">,</span><spanclass="c1"># kernels should strictly run in operating precision</span>
@@ -1132,7 +1132,7 @@ <h2 id="functions">
1132
1132
<spanclass="sig-paren">
1133
1133
)
1134
1134
</span>
1135
-
→ <torch._C.ScriptClass object at 0x7f2ea606fcf0>
1135
+
→ <torch._C.ScriptClass object at 0x7f242fd131f0>
1136
1136
<aclass="headerlink" href="#trtorch.TensorRTCompileSpec" title="Permalink to this definition">
0 commit comments