テンソルフロー::手術
#include <ops.h>
計算グラフ内のノードを表します。
まとめ
コンストラクターとデストラクター | |
---|---|
Operation () | |
Operation (Node *n) |
公共機能 | |
---|---|
hash (int32 index) const | uint64 |
input (int32 i) const | |
input_type (int32 o) const | DataType |
node () const | Node * |
num_inputs () const | int32 |
num_outputs () const | int32 |
operator== (const Operation & other) const | bool |
output (int32 i) const | |
output_type (int32 o) const | DataType |
公共機能
手術
Operation()
手術
Operation( Node *n )
ハッシュ
uint64 hash( int32 index ) const
入力
Output input( int32 i ) const
入力タイプ
DataType input_type( int32 o ) const
ノード
Node * node() const
入力数
int32 num_inputs() const
出力数
int32 num_outputs() const
演算子==
bool operator==( const Operation & other ) const
出力
Output output( int32 i ) const
出力タイプ
DataType output_type( int32 o ) const