VariantTensorDataProto.Builder

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

 Protocol buffer representing the serialization format of DT_VARIANT tensors.
 
Protobuf 型tensorflow.VariantTensorDataProto

パブリックメソッド

VariantTensorDataProto.Builder
addAllTensors (Iterable<? extends TensorProto > 値)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
VariantTensorDataProto.Builder
addTensors (int インデックス、 TensorProto値)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addTensors ( TensorProto.Builder builderForValue)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addTensors (int インデックス、 TensorProto.Builder builderForValue)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addTensors ( TensorProto値)
 Tensors contained within objects being serialized.
TensorProto.Builder
addTensorsBuilder ()
 Tensors contained within objects being serialized.
TensorProto.Builder
addTensorsBuilder (int インデックス)
 Tensors contained within objects being serialized.
VariantTensorDataProto
建てる()
VariantTensorDataProto
VariantTensorDataProto.Builder
クリア()
VariantTensorDataProto.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
VariantTensorDataProto.Builder
クリアメタデータ()
 Portions of the object that are not Tensors.
VariantTensorDataProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
VariantTensorDataProto.Builder
クリアテンソル()
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
クリアタイプ名()
 Name of the type of objects being serialized.
VariantTensorDataProto.Builder
VariantTensorDataProto
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getメタデータ()
 Portions of the object that are not Tensors.
テンソルプロト
getTensors (int インデックス)
 Tensors contained within objects being serialized.
TensorProto.Builder
getTensorsBuilder (int インデックス)
 Tensors contained within objects being serialized.
リスト< TensorProto.Builder >
getTensorsBuilderList ()
 Tensors contained within objects being serialized.
整数
getTensorsCount ()
 Tensors contained within objects being serialized.
リスト< TensorProto >
getTensorsList ()
 Tensors contained within objects being serialized.
TensorProtoOrBuilder
getTensorsOrBuilder (int インデックス)
 Tensors contained within objects being serialized.
リスト<? TensorProtoOrBuilderを拡張する >
getTensorsOrBuilderList ()
 Tensors contained within objects being serialized.
getTypeName ()
 Name of the type of objects being serialized.
com.google.protobuf.ByteString
getTypeNameBytes ()
 Name of the type of objects being serialized.
最終ブール値
VariantTensorDataProto.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariantTensorDataProto.Builder
mergeFrom (com.google.protobuf.Message other)
最終的なVariantTensorDataProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
VariantTensorDataProto.Builder
RemoveTensors (int インデックス)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
VariantTensorDataProto.Builder
setMetadata (com.google.protobuf.ByteString 値)
 Portions of the object that are not Tensors.
VariantTensorDataProto.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
VariantTensorDataProto.Builder
setTensors (int インデックス、 TensorProto値)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
setTensors (int インデックス、 TensorProto.Builder builderForValue)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
setTypeName (文字列値)
 Name of the type of objects being serialized.
VariantTensorDataProto.Builder
setTypeNameBytes (com.google.protobuf.ByteString 値)
 Name of the type of objects being serialized.
最終的なVariantTensorDataProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public VariantTensorDataProto.Builder addAllTensors (Iterable<? extends TensorProto > 値)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

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

public VariantTensorDataProto.Builder addTensors (int インデックス、 TensorProto値)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto.Builder addTensors ( TensorProto.Builder builderForValue)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto.Builder addTensors (int インデックス、 TensorProto.Builder builderForValue)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto.Builder addTensors ( TensorProto値)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public TensorProto.Builder addTensorsBuilder ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public TensorProto.Builder addTensorsBuilder (int インデックス)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto build ()

public VariantTensorDataProto buildPartial ()

public VariantTensorDataProto.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public VariantTensorDataProto.Builder clearMetadata ()

 Portions of the object that are not Tensors.
 
bytes metadata = 2;

public VariantTensorDataProto.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public VariantTensorDataProto.Builder clearTensors ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto.Builder clearTypeName ()

 Name of the type of objects being serialized.
 
string type_name = 1;

public VariantTensorDataProto.Builderクローン()

public VariantTensorDataProto getDefaultInstanceForType ()

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

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

public com.google.protobuf.ByteString getMetadata ()

 Portions of the object that are not Tensors.
 
bytes metadata = 2;

public TensorProto getTensors (int インデックス)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public TensorProto.Builder getTensorsBuilder (int インデックス)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public List< TensorProto.Builder > getTensorsBuilderList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public int getTensorsCount ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public List< TensorProto > getTensorsList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public TensorProtoOrBuilder getTensorsOrBuilder (int インデックス)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

公開リスト<? extends TensorProtoOrBuilder > getTensorsOrBuilderList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public String getTypeName ()

 Name of the type of objects being serialized.
 
string type_name = 1;

public com.google.protobuf.ByteString getTypeNameBytes ()

 Name of the type of objects being serialized.
 
string type_name = 1;

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

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

投げる
IO例外

public VariantTensorDataProto.Builder mergeFrom (com.google.protobuf.Message other)

public Final VariantTensorDataProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public VariantTensorDataProto.Builder deleteTensors (int インデックス)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

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

public VariantTensorDataProto.Builder setMetadata (com.google.protobuf.ByteString 値)

 Portions of the object that are not Tensors.
 
bytes metadata = 2;

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

public VariantTensorDataProto.Builder setTensors (int インデックス、 TensorProto値)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto.Builder setTensors (int インデックス、 TensorProto.Builder builderForValue)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto.Builder setTypeName (文字列値)

 Name of the type of objects being serialized.
 
string type_name = 1;

public VariantTensorDataProto.Builder setTypeNameBytes (com.google.protobuf.ByteString 値)

 Name of the type of objects being serialized.
 
string type_name = 1;

public Final VariantTensorDataProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)