AssetFileDef

classe finale pubblica AssetFileDef

 An asset file def for a single file or a set of sharded files with the same
 name.
 
Tipo di protocollo 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
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
AssetFileDef.Builder
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)

pubblico statico AssetFileDef getDefaultInstance ()

public AssetFileDef getDefaultInstanceForType ()

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

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 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.Builder newBuilder (prototipo AssetFileDef )

public static AssetFileDef.Builder newBuilder ()

public AssetFileDef.Builder newBuilderForType ()

public static AssetFileDef parseDelimitedFrom (input InputStream)

Lancia
IOException

public static AssetFileDef parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom AssetFileDef pubblico statico (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

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 AssetFileDef.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException