FixedLenFeatureProto.Builder

パブリック静的最終クラスFixedLenFeatureProto.Builder

Protobuf 型tensorflow.FixedLenFeatureProto

パブリックメソッド

FixedLenFeatureProto.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
固定レンズ機能プロト
建てる()
固定レンズ機能プロト
FixedLenFeatureProto.Builder
クリア()
FixedLenFeatureProto.Builder
クリアデフォルト値()
.tensorflow.TensorProto default_value = 3;
FixedLenFeatureProto.Builder
クリアDtype ()
.tensorflow.DataType dtype = 1;
FixedLenFeatureProto.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
FixedLenFeatureProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
FixedLenFeatureProto.Builder
クリアシェイプ()
.tensorflow.TensorShapeProto shape = 2;
FixedLenFeatureProto.Builder
clearValuesOutputTensorName ()
string values_output_tensor_name = 4;
FixedLenFeatureProto.Builder
固定レンズ機能プロト
テンソルプロト
getDefaultValue ()
.tensorflow.TensorProto default_value = 3;
TensorProto.Builder
getDefaultValueBuilder ()
.tensorflow.TensorProto default_value = 3;
TensorProtoOrBuilder
getDefaultValueOrBuilder ()
.tensorflow.TensorProto default_value = 3;
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
データ・タイプ
getDtype ()
.tensorflow.DataType dtype = 1;
整数
getDtypeValue ()
.tensorflow.DataType dtype = 1;
テンソル形状プロト
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProto.Builder
getShapeBuilder ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
getValuesOutputTensorName ()
string values_output_tensor_name = 4;
com.google.protobuf.ByteString
getValuesOutputTensorNameBytes ()
string values_output_tensor_name = 4;
ブール値
hasDefaultValue ()
.tensorflow.TensorProto default_value = 3;
ブール値
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
最終ブール値
FixedLenFeatureProto.Builder
mergeDefaultValue ( TensorProto値)
.tensorflow.TensorProto default_value = 3;
FixedLenFeatureProto.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FixedLenFeatureProto.Builder
mergeFrom (com.google.protobuf.Message other)
FixedLenFeatureProto.Builder
mergeShape ( TensorShapeProto値)
.tensorflow.TensorShapeProto shape = 2;
最終的なFixedLenFeatureProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
FixedLenFeatureProto.Builder
setDefaultValue ( TensorProto値)
.tensorflow.TensorProto default_value = 3;
FixedLenFeatureProto.Builder
setDefaultValue ( TensorProto.Builder builderForValue)
.tensorflow.TensorProto default_value = 3;
FixedLenFeatureProto.Builder
setDtype ( DataType値)
.tensorflow.DataType dtype = 1;
FixedLenFeatureProto.Builder
setDtypeValue (int 値)
.tensorflow.DataType dtype = 1;
FixedLenFeatureProto.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
FixedLenFeatureProto.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
FixedLenFeatureProto.Builder
setShape ( TensorShapeProto値)
.tensorflow.TensorShapeProto shape = 2;
FixedLenFeatureProto.Builder
setShape ( TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 2;
最終的なFixedLenFeatureProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
FixedLenFeatureProto.Builder
setValuesOutputTensorName (文字列値)
string values_output_tensor_name = 4;
FixedLenFeatureProto.Builder
setValuesOutputTensorNameBytes (com.google.protobuf.ByteString 値)
string values_output_tensor_name = 4;

継承されたメソッド

パブリックメソッド

publicFixedLenFeatureProto.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

publicFixedLenFeatureProto buildPartial ()

publicFixedLenFeatureProto.BuilderclearDefaultValue ( )

.tensorflow.TensorProto default_value = 3;

publicFixedLenFeatureProto.BuilderclearDtype ( )

.tensorflow.DataType dtype = 1;

publicFixedLenFeatureProto.BuilderclearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

publicFixedLenFeatureProto.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

publicFixedLenFeatureProto.BuilderclearShape ( )

.tensorflow.TensorShapeProto shape = 2;

publicFixedLenFeatureProto.BuilderclearValuesOutputTensorName ( )

string values_output_tensor_name = 4;

publicFixedLenFeatureProto getDefaultInstanceForType ()

public TensorProto getDefaultValue ()

.tensorflow.TensorProto default_value = 3;

public TensorProto.Builder getDefaultValueBuilder ()

.tensorflow.TensorProto default_value = 3;

public TensorProtoOrBuilder getDefaultValueOrBuilder ()

.tensorflow.TensorProto default_value = 3;

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public DataType getDtype ()

.tensorflow.DataType dtype = 1;

public int getDtypeValue ()

.tensorflow.DataType dtype = 1;

public TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProto.Builder getShapeBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public String getValuesOutputTensorName ()

string values_output_tensor_name = 4;

public com.google.protobuf.ByteString getValuesOutputTensorNameBytes ()

string values_output_tensor_name = 4;

public boolean hasDefaultValue ()

.tensorflow.TensorProto default_value = 3;

public boolean hasShape ()

.tensorflow.TensorShapeProto shape = 2;

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

publicFixedLenFeatureProto.Builder mergeDefaultValue ( TensorProto値)

.tensorflow.TensorProto default_value = 3;

publicFixedLenFeatureProto.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

publicFixedLenFeatureProto.Builder mergeFrom (com.google.protobuf.Message other)

publicFixedLenFeatureProto.Builder mergeShape ( TensorShapeProto値)

.tensorflow.TensorShapeProto shape = 2;

publicfinalFixedLenFeatureProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

publicFixedLenFeatureProto.Builder setDefaultValue ( TensorProto値)

.tensorflow.TensorProto default_value = 3;

publicFixedLenFeatureProto.Builder setDefaultValue ( TensorProto.Builder builderForValue)

.tensorflow.TensorProto default_value = 3;

publicFixedLenFeatureProto.Builder setDtype ( DataType値)

.tensorflow.DataType dtype = 1;

publicFixedLenFeatureProto.Builder setDtypeValue (int 値)

.tensorflow.DataType dtype = 1;

publicFixedLenFeatureProto.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

publicFixedLenFeatureProto.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

publicFixedLenFeatureProto.Builder setShape ( TensorShapeProto値)

.tensorflow.TensorShapeProto shape = 2;

publicFixedLenFeatureProto.Builder setShape ( TensorShapeProto.Builder builderForValue)

.tensorflow.TensorShapeProto shape = 2;

publicfinalFixedLenFeatureProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

publicFixedLenFeatureProto.Builder setValuesOutputTensorName (文字列値)

string values_output_tensor_name = 4;

publicFixedLenFeatureProto.Builder setValuesOutputTensorNameBytes (com.google.protobuf.ByteString 値)

string values_output_tensor_name = 4;