interfaz pública AssetFileDefOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| cadena abstracta | obtener nombre de archivo () The filename within an assets directory. |
| resumen com.google.protobuf.ByteString | getFilenameBytes () The filename within an assets directory. |
| Resumen TensorInfo | obtenerTensorInfo () The tensor to bind the asset filename to. |
| TensorInfoOrBuilder abstracto | getTensorInfoOrBuilder () The tensor to bind the asset filename to. |
| booleano abstracto | tiene TensorInfo () The tensor to bind the asset filename to. |
Métodos públicos
Cadena abstracta 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; resumen 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; resumen público TensorInfo getTensorInfo ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1; resumen público TensorInfoOrBuilder getTensorInfoOrBuilder ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1; hasTensorInfo booleano abstracto público ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;