AssetFileDefOrBuilder

رابط عمومی AssetFileDefOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

رشته انتزاعی
getFilename ()
 The filename within an assets directory.
چکیده com.google.protobuf.ByteString
getFilenameBytes ()
 The filename within an assets directory.
انتزاعی TensorInfo
getTensorInfo ()
 The tensor to bind the asset filename to.
انتزاعی TensorInfoOrBuilder
getTensorInfoOrBuilder ()
 The tensor to bind the asset filename to.
بولی انتزاعی
hasTensorInfo ()
 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;