AssetFileDefOrBuilder

interfaccia pubblica AssetFileDefOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getnomefile ()
 The filename within an assets directory.
astratto com.google.protobuf.ByteString
getFilenameBytes ()
 The filename within an assets directory.
TensorInfo astratto
getTensorInfo ()
 The tensor to bind the asset filename to.
astratto TensorInfoOrBuilder
getTensorInfoOrBuilder ()
 The tensor to bind the asset filename to.
booleano astratto
hasTensorInfo ()
 The tensor to bind the asset filename to.

Metodi pubblici

public abstract 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;

estratto 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;

estratto pubblico TensorInfo getTensorInfo ()

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

estratto pubblico TensorInfoOrBuilder getTensorInfoOrBuilder ()

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

pubblico astratto booleano hasTensorInfo ()

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;