antarmuka publik AssetFileDefOrBuilder
Subkelas Tidak Langsung yang Diketahui |
Metode Publik
Tali abstrak | dapatkan Nama File () The filename within an assets directory. |
abstrak com.google.protobuf.ByteString | dapatkanNamaFileBytes () The filename within an assets directory. |
TensorInfo abstrak | dapatkanTensorInfo () The tensor to bind the asset filename to. |
abstrak TensorInfoOrBuilder | dapatkanTensorInfoOrBuilder () The tensor to bind the asset filename to. |
boolean abstrak | memilikiTensorInfo () The tensor to bind the asset filename to. |
Metode Publik
String abstrak publik 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;
abstrak publik 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;
abstrak publik TensorInfo getTensorInfo ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
abstrak publik TensorInfoOrBuilder getTensorInfoOrBuilder ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
boolean abstrak publik hasTensorInfo ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;