classe final pública AssetFileDef
An asset file def for a single file or a set of sharded files with the same name.
tensorflow.AssetFileDef
Classes aninhadas
aula | AssetFileDef.Builder | An asset file def for a single file or a set of sharded files with the same name. |
Constantes
interno | FILENAME_FIELD_NUMBER | |
interno | TENSOR_INFO_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
AssetFileDef estático | |
AssetFileDef | |
final estático com.google.protobuf.Descriptors.Descriptor | |
Corda | getNome do arquivo () The filename within an assets directory. |
com.google.protobuf.ByteString | getFilenameBytes () The filename within an assets directory. |
interno | |
TensorInfo | obterTensorInfo () The tensor to bind the asset filename to. |
TensorInfoOrBuilder | getTensorInfoOrBuilder () The tensor to bind the asset filename to. |
final com.google.protobuf.UnknownFieldSet | |
booleano | hasTensorInfo () The tensor to bind the asset filename to. |
interno | código hash () |
booleano final | |
AssetFileDef.Builder estático | newBuilder (protótipo AssetFileDef ) |
AssetFileDef.Builder estático | |
AssetFileDef.Builder | |
AssetFileDef estático | parseDelimitedFrom (entrada InputStream) |
AssetFileDef estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef estático | parseFrom (dados de ByteBuffer) |
AssetFileDef estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
AssetFileDef estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef estático | parseFrom (dados com.google.protobuf.ByteString) |
AssetFileDef estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
AssetFileDef.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int FILENAME_FIELD_NUMBER
Valor Constante: 2
int final estático público TENSOR_INFO_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública 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;
público 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;
público getParserForType ()
público 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;
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasTensorInfo booleano público ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
hashCode int público ()
público final booleano isInitialized ()
public static AssetFileDef parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static AssetFileDef parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static AssetFileDef parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
público estático AssetFileDef parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static AssetFileDef parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
público estático AssetFileDef parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static AssetFileDef parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static AssetFileDef parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|