AssetFileDefOrBuilder

공개 인터페이스 AssetFileDefOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
get파일이름 ()
 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;