AssetFileDefOrBuilder

interface pública AssetFileDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

cadeia abstrata
getNome do arquivo ()
 The filename within an assets directory.
abstrato com.google.protobuf.ByteString
getFilenameBytes ()
 The filename within an assets directory.
TensorInfo abstrato
obterTensorInfo ()
 The tensor to bind the asset filename to.
TensorInfoOrBuilder abstrato
getTensorInfoOrBuilder ()
 The tensor to bind the asset filename to.
booleano abstrato
hasTensorInfo ()
 The tensor to bind the asset filename to.

Métodos Públicos

String abstrata 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;

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

público abstrato TensorInfo getTensorInfo ()

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

público abstrato TensorInfoOrBuilder getTensorInfoOrBuilder ()

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

público abstrato booleano hasTensorInfo ()

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