classe finale statica pubblica AssetFileDef.Builder
An asset file def for a single file or a set of sharded files with the same name.
tensorflow.AssetFileDef Metodi pubblici
| AssetFileDef.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
| AssetFileDef | costruire () |
| AssetFileDef | buildPartial () |
| 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 | |
| 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 | |
| AssetFileDef.Builder | |
| 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)
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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String 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 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;