public interface AssetFileDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
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.
|
boolean |
hasTensorInfo()
The tensor to bind the asset filename to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTensorInfo()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;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;java.lang.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;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;