AssetFileDefOrBuilder

interface publique AssetFileDefOrBuilder
Sous-classes indirectes connues

Méthodes publiques

Chaîne abstraite
getFilename ()
 The filename within an assets directory.
résumé com.google.protobuf.ByteString
getFilenameBytes ()
 The filename within an assets directory.
résumé TensorInfo
getTensorInfo ()
 The tensor to bind the asset filename to.
abstrait TensorInfoOrBuilder
getTensorInfoOrBuilder ()
 The tensor to bind the asset filename to.
booléen abstrait
hasTensorInfo ()
 The tensor to bind the asset filename to.

Méthodes publiques

chaîne abstraite 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;

résumé 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;

résumé public TensorInfo getTensorInfo ()

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

résumé public TensorInfoOrBuilder getTensorInfoOrBuilder ()

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

public abstrait booléen hasTensorInfo ()

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