パブリック静的インターフェイスCostGraphDef.Node.OutputInfoOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象的な長い | getAliasInputPort () If >= 0, the output is an alias of an input. |
抽象データ型 | getDtype () .tensorflow.DataType dtype = 4; |
抽象整数 | getDtypeValue () .tensorflow.DataType dtype = 4; |
抽象TensorShapeProto | getShape () .tensorflow.TensorShapeProto shape = 3; |
抽象TensorShapeProtoOrBuilder | getShapeOrBuilder () .tensorflow.TensorShapeProto shape = 3; |
抽象的な長い | getSize () int64 size = 1; |
抽象ブール値 | hasShape () .tensorflow.TensorShapeProto shape = 3; |
パブリックメソッド
public abstract long getAliasInputPort ()
If >= 0, the output is an alias of an input. Note that an alias input may itself be an alias. The algorithm will therefore need to follow those pointers.
int64 alias_input_port = 2;
パブリック抽象 int getDtypeValue ()
.tensorflow.DataType dtype = 4;
パブリック抽象long getSize ()
int64 size = 1;
パブリック抽象ブール値hasShape ()
.tensorflow.TensorShapeProto shape = 3;