MemoryLogTensorAllocation

パブリック最終クラスMemoryLogTensorAllocation

Protobuf 型tensorflow.MemoryLogTensorAllocation

ネストされたクラス

クラスMemoryLogTensorAllocation.Builder Protobuf 型tensorflow.MemoryLogTensorAllocation

定数

整数KERNEL_NAME_FIELD_NUMBER
整数STEP_ID_FIELD_NUMBER
整数TENSOR_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的MemoryLogTensorAllocation
MemoryLogTensorAllocation
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getKernelName ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
整数
長さ
getStepId ()
 Process-unique step id.
テンソルの説明
getTensor ()
 Allocated tensor details.
TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Allocated tensor details.
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasTensor ()
 Allocated tensor details.
整数
最終ブール値
静的MemoryLogTensorAllocation.Builder
静的MemoryLogTensorAllocation.Builder
MemoryLogTensorAllocation.Builder
静的MemoryLogTensorAllocation
parseDelimitedFrom (InputStream 入力)
静的MemoryLogTensorAllocation
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogTensorAllocation
parseFrom (ByteBuffer データ)
静的MemoryLogTensorAllocation
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogTensorAllocation
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogTensorAllocation
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的MemoryLogTensorAllocation
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogTensorAllocation
parseFrom (com.google.protobuf.ByteString データ)
静的MemoryLogTensorAllocation
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogTensorAllocation
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
MemoryLogTensorAllocation.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

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

定数値: 1

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

定数値: 3

パブリックメソッド

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

public static MemoryLogTensorAllocation getDefaultInstance ()

public MemoryLogTensorAllocation getDefaultInstanceForType ()

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

パブリック String getKernelName ()

 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
 
string kernel_name = 2;

public com.google.protobuf.ByteString getKernelNameBytes ()

 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
 
string kernel_name = 2;

公共getParserForType ()

public int getSerializedSize ()

public long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

public TensorDescription getTensor ()

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;

public TensorDescriptionOrBuilder getTensorOrBuilder ()

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;

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

public boolean hasTensor ()

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;

public int hashCode ()

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

public static MemoryLogTensorAllocation.Builder newBuilder ()

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

public MemoryLogTensorAllocation.Builder newBuilderForType ()

public static MemoryLogTensorAllocation parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static MemoryLogTensorAllocation parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public MemoryLogTensorAllocation.Builder toBuilder ()

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

投げる
IO例外