classe finale statique publique AssetFileDef.Builder
An asset file def for a single file or a set of sharded files with the same name.
tensorflow.AssetFileDef
de type Protobuf.AssetFileDef Méthodes publiques
AssetFileDef.Builder | addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
AssetFileDef | construire () |
AssetFileDef | buildPartial () |
AssetFileDef.Builder | clair () |
AssetFileDef.Builder | clearField (champ com.google.protobuf.Descriptors.FieldDescriptor) |
AssetFileDef.Builder | clearFilename () 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 | cloner () |
AssetFileDef | |
final statique com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Chaîne | getFilename () 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. |
booléen | hasTensorInfo () The tensor to bind the asset filename to. |
booléen final | |
AssetFileDef.Builder | mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef.Builder | mergeFrom (com.google.protobuf.Message autre) |
AssetFileDef.Builder | |
finale AssetFileDef.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
AssetFileDef.Builder | setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
AssetFileDef.Builder | setFilename (valeur de chaîne) The filename within an assets directory. |
AssetFileDef.Builder | setFilenameBytes (valeur com.google.protobuf.ByteString) The filename within an assets directory. |
AssetFileDef.Builder | setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet) |
AssetFileDef.Builder | |
AssetFileDef.Builder | |
finale AssetFileDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
Méthodes héritées
Méthodes publiques
public AssetFileDef.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
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 clearTensorInfo ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
chaîne publique 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;
public 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;
public 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;
public booléen hasTensorInfo ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
public final booléen isInitialized ()
public AssetFileDef.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public AssetFileDef.Builder mergeTensorInfo (valeur 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 (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public AssetFileDef.Builder setFilename (valeur de chaîne)
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 (valeur 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 (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
public AssetFileDef.Builder setTensorInfo ( TensorInfo.Builder builderForValue)
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
public AssetFileDef.Builder setTensorInfo (valeur TensorInfo )
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;