AssetFileDefOrBuilder

interface pública AssetFileDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

String abstrata
getFilename ()
 The filename within an assets directory.
abstract com.google.protobuf.ByteString
getFilenameBytes ()
 The filename within an assets directory.
TensorInfo abstrato
getTensorInfo ()
 The tensor to bind the asset filename to.
TensorInfoOrBuilder abstrato
getTensorInfoOrBuilder ()
 The tensor to bind the asset filename to.
booleano abstrato
hasTensorInfo ()
 The tensor to bind the asset filename to.

Métodos Públicos

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;