AssetFileDef.Builder

classe finale statica pubblica AssetFileDef.Builder

 An asset file def for a single file or a set of sharded files with the same
 name.
 
Tipo di protocollo tensorflow.AssetFileDef

Metodi pubblici

AssetFileDef.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
AssetFileDef
AssetFileDef
AssetFileDef.Builder
chiaro ()
AssetFileDef.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
AssetFileDef.Builder
cancellanomefile ()
 The filename within an assets directory.
AssetFileDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
AssetFileDef.Builder
clearTensorInfo ()
 The tensor to bind the asset filename to.
AssetFileDef.Builder
clone ()
AssetFileDef
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
Corda
getnomefile ()
 The filename within an assets directory.
com.google.protobuf.ByteString
getFilenameBytes ()
 The filename within an assets directory.
TensorInfo
getTensorInfo ()
 The tensor to bind the asset filename to.
TensorInfo.Builder
getTensorInfoBuilder ()
 The tensor to bind the asset filename to.
TensorInfoOrBuilder
getTensorInfoOrBuilder ()
 The tensor to bind the asset filename to.
booleano
hasTensorInfo ()
 The tensor to bind the asset filename to.
booleano finale
AssetFileDef.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
AssetFileDef.Builder
mergeFrom (com.google.protobuf.Message altro)
AssetFileDef.Builder
mergeTensorInfo (valore TensorInfo )
 The tensor to bind the asset filename to.
finale AssetFileDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
AssetFileDef.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
AssetFileDef.Builder
setFilename (valore stringa)
 The filename within an assets directory.
AssetFileDef.Builder
setFilenameBytes (valore com.google.protobuf.ByteString)
 The filename within an assets directory.
AssetFileDef.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
AssetFileDef.Builder
setTensorInfo ( TensorInfo.BuilderbuilderForValue )
 The tensor to bind the asset filename to.
AssetFileDef.Builder
setTensorInfo (valore TensorInfo )
 The tensor to bind the asset filename to.
finale AssetFileDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

Metodi ereditati

Metodi pubblici

public AssetFileDef.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

build AssetFileDef pubblica ()

public AssetFileDef buildPartial ()

public AssetFileDef.Builder chiaro ()

public AssetFileDef.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public AssetFileDef.Builder clearFilename ()

 The filename within an assets directory. Note: does not include the path
 prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename
 would be "vocab.txt".
 
string filename = 2;

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

public AssetFileDef.Builder clearTensorInfo ()

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

clone pubblico AssetFileDef.Builder ()

public AssetFileDef getDefaultInstanceForType ()

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

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

stringa pubblica getFilename ()

 The filename within an assets directory. Note: does not include the path
 prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename
 would be "vocab.txt".
 
string filename = 2;

pubblico com.google.protobuf.ByteString getFilenameBytes ()

 The filename within an assets directory. Note: does not include the path
 prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename
 would be "vocab.txt".
 
string filename = 2;

pubblico TensorInfo getTensorInfo ()

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

public TensorInfo.Builder getTensorInfoBuilder ()

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

public TensorInfoOrBuilder getTensorInfoOrBuilder ()

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

pubblico booleano hasTensorInfo ()

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

public final booleano isInitialized ()

public AssetFileDef.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

public AssetFileDef.Builder mergeFrom (com.google.protobuf.Message altro)

public AssetFileDef.Builder mergeTensorInfo (valore TensorInfo )

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

public final AssetFileDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public AssetFileDef.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public AssetFileDef.Builder setFilename (valore stringa)

 The filename within an assets directory. Note: does not include the path
 prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename
 would be "vocab.txt".
 
string filename = 2;

public AssetFileDef.Builder setFilenameBytes (valore com.google.protobuf.ByteString)

 The filename within an assets directory. Note: does not include the path
 prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename
 would be "vocab.txt".
 
string filename = 2;

public AssetFileDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

public AssetFileDef.Builder setTensorInfo ( TensorInfo.Builder builderForValue)

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

public AssetFileDef.Builder setTensorInfo (valore TensorInfo )

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

public final AssetFileDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)