public interface
VarLenFeatureProtoOrBuilder
Known Indirect Subclasses |
Public Methods
abstract DataType |
getDtype()
.tensorflow.DataType dtype = 1;
|
abstract int |
getDtypeValue()
.tensorflow.DataType dtype = 1;
|
abstract String |
getIndicesOutputTensorName()
string indices_output_tensor_name = 3;
|
abstract com.google.protobuf.ByteString |
getIndicesOutputTensorNameBytes()
string indices_output_tensor_name = 3;
|
abstract String |
getShapesOutputTensorName()
string shapes_output_tensor_name = 4;
|
abstract com.google.protobuf.ByteString |
getShapesOutputTensorNameBytes()
string shapes_output_tensor_name = 4;
|
abstract String |
getValuesOutputTensorName()
string values_output_tensor_name = 2;
|
abstract com.google.protobuf.ByteString |
getValuesOutputTensorNameBytes()
string values_output_tensor_name = 2;
|
Public Methods
public abstract int getDtypeValue ()
.tensorflow.DataType dtype = 1;
public abstract String getIndicesOutputTensorName ()
string indices_output_tensor_name = 3;
public abstract com.google.protobuf.ByteString getIndicesOutputTensorNameBytes ()
string indices_output_tensor_name = 3;
public abstract String getShapesOutputTensorName ()
string shapes_output_tensor_name = 4;
public abstract com.google.protobuf.ByteString getShapesOutputTensorNameBytes ()
string shapes_output_tensor_name = 4;
public abstract String getValuesOutputTensorName ()
string values_output_tensor_name = 2;
public abstract com.google.protobuf.ByteString getValuesOutputTensorNameBytes ()
string values_output_tensor_name = 2;