AssetFileDefOrBuilder

パブリック インターフェイスAssetFileDefOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象文字列
getファイル名()
 The filename within an assets directory.
抽象的な com.google.protobuf.ByteString
getファイル名バイト()
 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.

パブリックメソッド

public abstract String 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;

public abstract 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;

public abstract boolean hasTensorInfo ()

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;