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;