AssetFileDefOrBuilder

genel arayüz AssetFileDefOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getDosyaadı ()
 The filename within an assets directory.
abstract com.google.protobuf.ByteString
getFilenameBytes ()
 The filename within an assets directory.
özet TensorInfo
getTensorInfo ()
 The tensor to bind the asset filename to.
özet TensorInfoOrBuilder
getTensorInfoOrBuilder ()
 The tensor to bind the asset filename to.
soyut boole
hasTensorInfo ()
 The tensor to bind the asset filename to.

Genel Yöntemler

genel özet Dize 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;

genel özet 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;

genel özet TensorInfo getTensorInfo ()

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

genel özet TensorInfoOrBuilder getTensorInfoOrBuilder ()

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

genel soyut boolean hasTensorInfo ()

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