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.
বিমূর্ত বুলিয়ান
আছে টেনসর ইনফো ()
 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;