AssetFileDefOrBuilder

सार्वजनिक इंटरफ़ेस AssetFileDefOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार स्ट्रिंग
फ़ाइल नाम प्राप्त करें ()
 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;