NodeOutput

パブリック最終クラスNodeOutput

 Output sizes recorded for a single execution of a graph node.
 
Protobuf 型tensorflow.NodeOutput

ネストされたクラス

クラスNodeOutput.Builder
 Output sizes recorded for a single execution of a graph node. 

定数

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的ノード出力
ノード出力
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
整数
getスロット()
int32 slot = 1;
テンソルの説明
getTensorDescription ()
.tensorflow.TensorDescription tensor_description = 3;
TensorDescriptionOrBuilder
getTensorDescriptionOrBuilder ()
.tensorflow.TensorDescription tensor_description = 3;
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasTensorDescription ()
.tensorflow.TensorDescription tensor_description = 3;
整数
最終ブール値
静的NodeOutput.Builder
静的NodeOutput.Builder
newBuilder ( NodeOutputプロトタイプ)
NodeOutput.Builder
静的ノード出力
parseDelimitedFrom (InputStream 入力)
静的ノード出力
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ノード出力
parseFrom (ByteBuffer データ)
静的ノード出力
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ノード出力
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ノード出力
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的ノード出力
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ノード出力
parseFrom (com.google.protobuf.ByteString データ)
静的ノード出力
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ノード出力
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
NodeOutput.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

ブール値
等しい(オブジェクト arg0)
最終クラス<?>
getクラス()
整数
ハッシュコード()
最後の空白
通知する()
最後の空白
すべて通知()
toString ()
最後の空白
wait (long arg0, int arg1)
最後の空白
待機(長い引数0)
最後の空白
待って()
org.tensorflow.proto.framework.NodeOutputOrBuilderより
抽象整数
getスロット()
int32 slot = 1;
抽象テンソル説明
getTensorDescription ()
.tensorflow.TensorDescription tensor_description = 3;
抽象TensorDescriptionOrBuilder
getTensorDescriptionOrBuilder ()
.tensorflow.TensorDescription tensor_description = 3;
抽象ブール値
hasTensorDescription ()
.tensorflow.TensorDescription tensor_description = 3;

定数

パブリック静的最終整数SLOT_FIELD_NUMBER

定数値: 1

public static Final int TENSOR_DESCRIPTION_FIELD_NUMBER

定数値: 3

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static NodeOutput getDefaultInstance ()

public NodeOutput getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

公共getParserForType ()

public int getSerializedSize ()

public int getSlot ()

int32 slot = 1;

public TensorDescription getTensorDescription ()

.tensorflow.TensorDescription tensor_description = 3;

public TensorDescriptionOrBuilder getTensorDescriptionOrBuilder ()

.tensorflow.TensorDescription tensor_description = 3;

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasTensorDescription ()

.tensorflow.TensorDescription tensor_description = 3;

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static NodeOutput.Builder newBuilder ()

public static NodeOutput.Builder newBuilder ( NodeOutputプロトタイプ)

public NodeOutput.Builder newBuilderForType ()

public static NodeOutput parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static NodeOutput parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static NodeOutput parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static NodeOutput parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static NodeOutput parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static NodeOutput parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static NodeOutput parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static NodeOutput parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static NodeOutput parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static NodeOutput parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public NodeOutput.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外