classe finale pubblica AssetFileDef
An asset file def for a single file or a set of sharded files with the same name.
tensorflow.AssetFileDef
Classi nidificate
classe | AssetFileDef.Builder | An asset file def for a single file or a set of sharded files with the same name. |
Costanti
int | NOMEFILE_CAMPO_NUMERO | |
int | TENSOR_INFO_FIELD_NUMBER |
Metodi pubblici
booleano | è uguale a (Oggetto oggetto) |
AssetFileDef statico | |
AssetFileDef | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
Corda | getnomefile () 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. |
finale com.google.protobuf.UnknownFieldSet | |
booleano | hasTensorInfo () The tensor to bind the asset filename to. |
int | codicehash () |
booleano finale | |
assetFileDef.Builder statico | newBuilder (prototipo AssetFileDef ) |
assetFileDef.Builder statico | |
AssetFileDef.Builder | |
AssetFileDef statico | parseDelimitedFrom (input InputStream) |
AssetFileDef statico | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef statico | parseFrom (dati ByteBuffer) |
AssetFileDef statico | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
AssetFileDef statico | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef statico | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
AssetFileDef statico | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef statico | parseFrom (dati com.google.protobuf.ByteString) |
AssetFileDef statico | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef statico | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
statico | analizzatore () |
AssetFileDef.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int FILENAME_FIELD_NUMBER
Valore costante: 2
public static final int TENSOR_INFO_FIELD_NUMBER
Valore costante: 1
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 getParserForType ()
public int getSerializedSize ()
pubblico 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;
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
pubblico booleano hasTensorInfo ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
public int hashCode ()
public final booleano isInitialized ()
public static AssetFileDef parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom AssetFileDef pubblico statico (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Lancia
IOException |
---|
parseFrom AssetFileDef pubblico statico (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom AssetFileDef pubblico statico (input com.google.protobuf.CodedInputStream)
Lancia
IOException |
---|
parseFrom AssetFileDef pubblico statico (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom AssetFileDef pubblico statico (dati com.google.protobuf.ByteString)
Lancia
InvalidProtocolBufferException |
---|
parseFrom AssetFileDef pubblico statico (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom AssetFileDef statico pubblico (dati com.google.protobuf.ByteString, estensione Com.google.protobuf.ExtensionRegistryLiteRegistry)
Lancia
InvalidProtocolBufferException |
---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
IOException |
---|