パブリック静的最終クラスCostGraphDef.Node.OutputInfo
Outputs of this node.
tensorflow.CostGraphDef.Node.OutputInfo
ネストされたクラス
クラス | CostGraphDef.Node.OutputInfo.Builder | Outputs of this node. |
定数
整数 | ALIAS_INPUT_PORT_FIELD_NUMBER | |
整数 | DTYPE_FIELD_NUMBER | |
整数 | SHAPE_FIELD_NUMBER | |
整数 | SIZE_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
長さ | getAliasInputPort () If >= 0, the output is an alias of an input. |
静的CostGraphDef.Node.OutputInfo | |
CostGraphDef.Node.OutputInfo | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
データ型 | getDtype () .tensorflow.DataType dtype = 4; |
整数 | getDtypeValue () .tensorflow.DataType dtype = 4; |
整数 | |
テンソル形状プロト | getShape () .tensorflow.TensorShapeProto shape = 3; |
TensorShapeProtoOrBuilder | getShapeOrBuilder () .tensorflow.TensorShapeProto shape = 3; |
長さ | getSize () int64 size = 1; |
最終的な com.google.protobuf.UnknownFieldSet | |
ブール値 | hasShape () .tensorflow.TensorShapeProto shape = 3; |
整数 | ハッシュコード() |
最終ブール値 | |
静的CostGraphDef.Node.OutputInfo.Builder | newBuilder ( CostGraphDef.Node.OutputInfoプロトタイプ) |
静的CostGraphDef.Node.OutputInfo.Builder | newBuilder () |
CostGraphDef.Node.OutputInfo.Builder | |
静的CostGraphDef.Node.OutputInfo | parseDelimitedFrom (InputStream 入力) |
静的CostGraphDef.Node.OutputInfo | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CostGraphDef.Node.OutputInfo | parseFrom (ByteBuffer データ) |
静的CostGraphDef.Node.OutputInfo | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CostGraphDef.Node.OutputInfo | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CostGraphDef.Node.OutputInfo | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的CostGraphDef.Node.OutputInfo | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CostGraphDef.Node.OutputInfo | parseFrom (com.google.protobuf.ByteString データ) |
静的CostGraphDef.Node.OutputInfo | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CostGraphDef.Node.OutputInfo | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
CostGraphDef.Node.OutputInfo.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数ALIAS_INPUT_PORT_FIELD_NUMBER
定数値: 2
パブリック静的最終整数DTYPE_FIELD_NUMBER
定数値: 4
パブリック静的最終整数SHAPE_FIELD_NUMBER
定数値: 3
パブリック静的最終整数SIZE_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public 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;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getDtypeValue ()
.tensorflow.DataType dtype = 4;
公共 getParserForType ()
public int getSerializedSize ()
public long getSize ()
int64 size = 1;
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasShape ()
.tensorflow.TensorShapeProto shape = 3;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static CostGraphDef.Node.OutputInfo parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CostGraphDef.Node.OutputInfo parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CostGraphDef.Node.OutputInfo parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static CostGraphDef.Node.OutputInfo parseFrom (com.google.protobuf.CodedInputStream 入力)
投げる
IO例外 |
---|
public static CostGraphDef.Node.OutputInfo parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static CostGraphDef.Node.OutputInfo parseFrom (com.google.protobuf.ByteString データ)
投げる
無効なプロトコルバッファ例外 |
---|
public static CostGraphDef.Node.OutputInfo parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CostGraphDef.Node.OutputInfo parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|