الواجهة العامة AssetFileDefOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
سلسلة مجردة | الحصول على اسم الملف () The filename within an assets directory. |
مجردة com.google.protobuf.ByteString | الحصول على اسم الملف بايت () The filename within an assets directory. |
مجردة TensorInfo | الحصول على معلومات Tensor () The tensor to bind the asset filename to. |
مجردة TensorInfoOrBuilder | الحصول على TensorInfoOrBuilder () 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;