TensorShapeProto.Dim

パブリック静的最終クラスTensorShapeProto.Dim

 One dimension of the tensor.
 
Protobuf 型tensorflow.TensorShapeProto.Dim

ネストされたクラス

クラスTensorShapeProto.Dim.Builder
 One dimension of the tensor. 

定数

整数NAME_FIELD_NUMBER
整数SIZE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的TensorShapeProto.Dim
TensorShapeProto.Dim
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getName ()
 Optional name of the tensor dimension.
com.google.protobuf.ByteString
getNameBytes ()
 Optional name of the tensor dimension.
整数
長さ
getSize ()
 Size of the tensor in that dimension.
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的TensorShapeProto.Dim.Builder
静的TensorShapeProto.Dim.Builder
newBuilder ( TensorShapeProto.Dimプロトタイプ)
TensorShapeProto.Dim.Builder
静的TensorShapeProto.Dim
parseDelimitedFrom (InputStream 入力)
静的TensorShapeProto.Dim
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorShapeProto.Dim
parseFrom (ByteBuffer データ)
静的TensorShapeProto.Dim
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorShapeProto.Dim
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorShapeProto.Dim
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的TensorShapeProto.Dim
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorShapeProto.Dim
parseFrom (com.google.protobuf.ByteString データ)
静的TensorShapeProto.Dim
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorShapeProto.Dim
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
TensorShapeProto.Dim.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

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

定数値: 1

パブリックメソッド

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

public static TensorShapeProto.Dim getDefaultInstance ()

public TensorShapeProto.Dim getDefaultInstanceForType ()

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

public String getName ()

 Optional name of the tensor dimension.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

 Optional name of the tensor dimension.
 
string name = 2;

公共getParserForType ()

public int getSerializedSize ()

public long getSize ()

 Size of the tensor in that dimension.
 This value must be >= -1, but values of -1 are reserved for "unknown"
 shapes (values of -1 mean "unknown" dimension).  Certain wrappers
 that work with TensorShapeProto may fail at runtime when deserializing
 a TensorShapeProto containing a dim value of -1.
 
int64 size = 1;

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

public int hashCode ()

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

public static TensorShapeProto.Dim.Builder newBuilder ()

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

public TensorShapeProto.Dim.Builder newBuilderForType ()

public static TensorShapeProto.Dim parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static TensorShapeProto.Dim parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public TensorShapeProto.Dim.Builder toBuilder ()

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

投げる
IO例外