| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
12 バイト追加 、 2021年9月4日 (土) 13:31
===テンソルの作成===
----
*リストまたは[[Python NumPy|NumPy]]配列からテンソルを作成
<pre>
np.set_printoptions(precision=3)
tf.Tensor([4 5 6], shape=(3,), dtype=int32)
</pre>
 
==Tips==

案内メニュー