TensorSliceProto.Extent

パブリック静的最終クラスTensorSliceProto.Extent

 Extent of the slice in one dimension.
 
Protobuf 型tensorflow.TensorSliceProto.Extent

ネストされたクラス

クラスTensorSliceProto.Extent.Builder
 Extent of the slice in one dimension. 
列挙型TensorSliceProto.Extent.HasLengthCase

定数

整数LENGTH_FIELD_NUMBER
整数START_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的TensorSliceProto.Extent
TensorSliceProto.Extent
最終的な静的 com.google.protobuf.Descriptors.Descriptor
TensorSliceProto.Extent.HasLengthCase
長さ
getLength ()
int64 length = 2;
整数
長さ
スタートを切る()
 Start index of the slice, starting at 0.
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的TensorSliceProto.Extent.Builder
newBuilder ( TensorSliceProto.Extentプロトタイプ)
静的TensorSliceProto.Extent.Builder
TensorSliceProto.Extent.Builder
静的TensorSliceProto.Extent
parseDelimitedFrom (InputStream 入力)
静的TensorSliceProto.Extent
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorSliceProto.Extent
parseFrom (ByteBuffer データ)
静的TensorSliceProto.Extent
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorSliceProto.Extent
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorSliceProto.Extent
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的TensorSliceProto.Extent
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorSliceProto.Extent
parseFrom (com.google.protobuf.ByteString データ)
静的TensorSliceProto.Extent
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorSliceProto.Extent
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
TensorSliceProto.Extent.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

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

定数値: 1

パブリックメソッド

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

public static TensorSliceProto.Extent getDefaultInstance ()

public TensorSliceProto.Extent getDefaultInstanceForType ()

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

public TensorSliceProto.Extent.HasLengthCase getHasLengthCase ()

パブリックロングgetLength ()

int64 length = 2;

公共getParserForType ()

public int getSerializedSize ()

public long getStart ()

 Start index of the slice, starting at 0.
 
int64 start = 1;

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

public int hashCode ()

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

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

public static TensorSliceProto.Extent.Builder newBuilder ()

public TensorSliceProto.Extent.Builder newBuilderForType ()

public static TensorSliceProto.Extent parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static TensorSliceProto.Extent parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public TensorSliceProto.Extent.Builder toBuilder ()

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

投げる
IO例外