AssetFileDefOrBuilder

общедоступный интерфейс AssetFileDefOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная строка
получитьимя_файла ()
 The filename within an assets directory.
абстрактный com.google.protobuf.ByteString
getFilenameBytes ()
 The filename within an assets directory.
абстрактный TensorInfo
получитьТензорИнфо ()
 The tensor to bind the asset filename to.
абстрактный TensorInfoOrBuilder
getTensorInfoOrBuilder ()
 The tensor to bind the asset filename to.
абстрактное логическое значение
имеетТензорИнфо ()
 The tensor to bind the asset filename to.

Публичные методы

общедоступная абстрактная строка 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;

общедоступный абстрактный 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;

публичный абстрактный TensorInfo getTensorInfo ()

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

публичный абстрактный TensorInfoOrBuilder getTensorInfoOrBuilder ()

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

общедоступное абстрактное логическое значение hasTensorInfo ()

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