提交 b30692f3 authored 作者: Tanjay94's avatar Tanjay94

FAQ entry for "float32 / int{32, 64} gives float64".

上级 1e51644a
...@@ -88,3 +88,13 @@ Here is a list of some of the known limitations: ...@@ -88,3 +88,13 @@ Here is a list of some of the known limitations:
interact with the rest of the graph). interact with the rest of the graph).
- Neither *goto* nor *recursion* is supported or planned within expression graphs. - Neither *goto* nor *recursion* is supported or planned within expression graphs.
"float32 / int{32, 64} gives float64"
-------------------------------------
It should be noted that using float32 and int{32, 64} together
inside a function would provide float64 as output.
Since the GPU can't compute this kind of output, it would be
preferable not to use those dtypes together.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论