VarLenFeatureProto

パブリック最終クラスVarLenFeatureProto

Protobuf 型tensorflow.VarLenFeatureProto

ネストされたクラス

クラスVarLenFeatureProto.Builder Protobuf 型tensorflow.VarLenFeatureProto

定数

整数DTYPE_FIELD_NUMBER
整数INDICES_OUTPUT_TENSOR_NAME_FIELD_NUMBER
整数SHAPES_OUTPUT_TENSOR_NAME_FIELD_NUMBER
整数VALUES_OUTPUT_TENSOR_NAME_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的VarLenFeatureProto
VarLen機能プロト
最終的な静的 com.google.protobuf.Descriptors.Descriptor
データ・タイプ
getDtype ()
.tensorflow.DataType dtype = 1;
整数
getDtypeValue ()
.tensorflow.DataType dtype = 1;
getIndicesOutputTensorName ()
string indices_output_tensor_name = 3;
com.google.protobuf.ByteString
getIndicesOutputTensorNameBytes ()
string indices_output_tensor_name = 3;
整数
getShapesOutputTensorName ()
string shapes_output_tensor_name = 4;
com.google.protobuf.ByteString
getShapesOutputTensorNameBytes ()
string shapes_output_tensor_name = 4;
最終的な com.google.protobuf.UnknownFieldSet
getValuesOutputTensorName ()
string values_output_tensor_name = 2;
com.google.protobuf.ByteString
getValuesOutputTensorNameBytes ()
string values_output_tensor_name = 2;
整数
最終ブール値
静的VarLenFeatureProto.Builder
newBuilder ( VarLenFeatureProtoプロトタイプ)
静的VarLenFeatureProto.Builder
VarLenFeatureProto.Builder
静的VarLenFeatureProto
parseDelimitedFrom (InputStream 入力)
静的VarLenFeatureProto
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的VarLenFeatureProto
parseFrom (ByteBuffer データ)
静的VarLenFeatureProto
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的VarLenFeatureProto
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的VarLenFeatureProto
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的VarLenFeatureProto
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的VarLenFeatureProto
parseFrom (com.google.protobuf.ByteString データ)
静的VarLenFeatureProto
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的VarLenFeatureProto
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
VarLenFeatureProto.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 1

public static Final int INDICES_OUTPUT_TENSOR_NAME_FIELD_NUMBER

定数値: 3

public static Final int SHAPES_OUTPUT_TENSOR_NAME_FIELD_NUMBER

定数値: 4

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

定数値: 2

パブリックメソッド

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

public static VarLenFeatureProto getDefaultInstance ()

public VarLenFeatureProto getDefaultInstanceForType ()

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

public DataType getDtype ()

.tensorflow.DataType dtype = 1;

public int getDtypeValue ()

.tensorflow.DataType dtype = 1;

public String getIndicesOutputTensorName ()

string indices_output_tensor_name = 3;

public com.google.protobuf.ByteString getIndicesOutputTensorNameBytes ()

string indices_output_tensor_name = 3;

公共getParserForType ()

public int getSerializedSize ()

public String getShapesOutputTensorName ()

string shapes_output_tensor_name = 4;

public com.google.protobuf.ByteString getShapesOutputTensorNameBytes ()

string shapes_output_tensor_name = 4;

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

public String getValuesOutputTensorName ()

string values_output_tensor_name = 2;

public com.google.protobuf.ByteString getValuesOutputTensorNameBytes ()

string values_output_tensor_name = 2;

public int hashCode ()

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

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

public static VarLenFeatureProto.Builder newBuilder ()

public VarLenFeatureProto.Builder newBuilderForType ()

public static VarLenFeatureProto parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static VarLenFeatureProto parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public VarLenFeatureProto.Builder toBuilder ()

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

投げる
IO例外