classe finale publique AssetFileDef
An asset file def for a single file or a set of sharded files with the same name.
tensorflow.AssetFileDef
de type Protobuf.AssetFileDef Classes imbriquées
classe | AssetFileDef.Builder | An asset file def for a single file or a set of sharded files with the same name. |
Constantes
int | FILENAME_FIELD_NUMBER | |
int | TENSOR_INFO_FIELD_NUMBER |
Méthodes publiques
booléen | est égal (Obj objet) |
AssetFileDef statique | |
AssetFileDef | |
final statique 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. |
int | |
TensorInfo | getTensorInfo () The tensor to bind the asset filename to. |
TensorInfoOrBuilder | getTensorInfoOrBuilder () The tensor to bind the asset filename to. |
final com.google.protobuf.UnknownFieldSet | |
booléen | hasTensorInfo () The tensor to bind the asset filename to. |
int | |
booléen final | |
statique AssetFileDef.Builder | newBuilder (prototype AssetFileDef ) |
statique AssetFileDef.Builder | |
AssetFileDef.Builder | |
AssetFileDef statique | parseDelimitedFrom (entrée InputStream) |
AssetFileDef statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef statique | parseFrom (données ByteBuffer) |
AssetFileDef statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
AssetFileDef statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef statique | parseFrom (données com.google.protobuf.ByteString) |
AssetFileDef statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
AssetFileDef.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int FILENAME_FIELD_NUMBER
Valeur constante : 2
public statique final int TENSOR_INFO_FIELD_NUMBER
Valeur constante : 1
Méthodes publiques
public booléen égal (Objet obj)
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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;
publique getParserForType ()
public int getSerializedSize ()
public TensorInfo getTensorInfo ()
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 final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public booléen hasTensorInfo ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
code de hachage int public ()
public final booléen isInitialized ()
public static AssetFileDef parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static AssetFileDef parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static AssetFileDef parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique AssetFileDef parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public static AssetFileDef parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique AssetFileDef parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public static AssetFileDef parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static AssetFileDef parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|