テンソルフロー::作戦::キャスト
#include <math_ops.h>
SrcT 型の x を DstT の y にキャストします。
まとめ
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
: y テンソル。
コンストラクターとデストラクター | |
---|---|
Cast (const :: tensorflow::Scope & scope, :: tensorflow::Input x, DataType DstT) | |
Cast (const :: tensorflow::Scope & scope, :: tensorflow::Input x, DataType DstT, const Cast::Attrs & attrs) |
パブリック属性 | |
---|---|
operation | |
y |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック静的関数 | |
---|---|
Truncate (bool x) |
構造体 | |
---|---|
tensorflow:: ops:: Cast:: Attrs | Castのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
y
::tensorflow::Output y
公共機能
キャスト
Cast( const ::tensorflow::Scope & scope, ::tensorflow::Input x, DataType DstT )
キャスト
Cast( const ::tensorflow::Scope & scope, ::tensorflow::Input x, DataType DstT, const Cast::Attrs & attrs )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const
パブリック静的関数
切り詰める
Attrs Truncate( bool x )