NamedTensorProto

パブリック最終クラスNamedTensorProto

 A pair of tensor name and tensor values.
 
Protobuf 型tensorflow.NamedTensorProto

ネストされたクラス

クラスNamedTensorProto.Builder
 A pair of tensor name and tensor values. 

定数

整数NAME_FIELD_NUMBER
整数TENSOR_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的NamedTensorProto
NamedTensorProto
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getName ()
 Name of the tensor.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor.
整数
テンソルプロト
getTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
TensorProtoOrBuilder
getTensorOrBuilder ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
整数
最終ブール値
静的NamedTensorProto.Builder
newBuilder ( NamedTensorProtoプロトタイプ)
静的NamedTensorProto.Builder
NamedTensorProto.Builder
静的NamedTensorProto
parseDelimitedFrom (InputStream 入力)
静的NamedTensorProto
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的NamedTensorProto
parseFrom (ByteBuffer データ)
静的NamedTensorProto
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的NamedTensorProto
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的NamedTensorProto
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的NamedTensorProto
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的NamedTensorProto
parseFrom (com.google.protobuf.ByteString データ)
静的NamedTensorProto
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的NamedTensorProto
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
NamedTensorProto.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 1

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

定数値: 2

パブリックメソッド

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

public static NamedTensorProto getDefaultInstance ()

public NamedTensorProto getDefaultInstanceForType ()

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

public String getName ()

 Name of the tensor.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 Name of the tensor.
 
string name = 1;

公共getParserForType ()

public int getSerializedSize ()

public TensorProto getTensor ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

public TensorProtoOrBuilder getTensorOrBuilder ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

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

public boolean hasTensor ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

public int hashCode ()

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

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

public static NamedTensorProto.Builder newBuilder ()

public NamedTensorProto.Builder newBuilderForType ()

public static NamedTensorProto parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static NamedTensorProto parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public NamedTensorProto.Builder toBuilder ()

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

投げる
IO例外