public interface
AssetFileDefOrBuilder
Known Indirect Subclasses |
Public Methods
abstract String |
getFilename()
The filename within an assets directory. |
abstract com.google.protobuf.ByteString |
getFilenameBytes()
The filename within an assets directory. |
abstract TensorInfo |
getTensorInfo()
The tensor to bind the asset filename to. |
abstract TensorInfoOrBuilder |
getTensorInfoOrBuilder()
The tensor to bind the asset filename to. |
abstract boolean |
hasTensorInfo()
The tensor to bind the asset filename to. |
Public Methods
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;
public abstract TensorInfo getTensorInfo ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
public abstract 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;