public interface
FixedLenFeatureProtoOrBuilder
Known Indirect Subclasses |
Public Methods
abstract TensorProto |
getDefaultValue()
.tensorflow.TensorProto default_value = 3;
|
abstract TensorProtoOrBuilder |
getDefaultValueOrBuilder()
.tensorflow.TensorProto default_value = 3;
|
abstract DataType |
getDtype()
.tensorflow.DataType dtype = 1;
|
abstract int |
getDtypeValue()
.tensorflow.DataType dtype = 1;
|
abstract TensorShapeProto |
getShape()
.tensorflow.TensorShapeProto shape = 2;
|
abstract TensorShapeProtoOrBuilder |
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 2;
|
abstract String |
getValuesOutputTensorName()
string values_output_tensor_name = 4;
|
abstract com.google.protobuf.ByteString |
getValuesOutputTensorNameBytes()
string values_output_tensor_name = 4;
|
abstract boolean |
hasDefaultValue()
.tensorflow.TensorProto default_value = 3;
|
abstract boolean |
hasShape()
.tensorflow.TensorShapeProto shape = 2;
|
Public Methods
public abstract TensorProtoOrBuilder getDefaultValueOrBuilder ()
.tensorflow.TensorProto default_value = 3;
public abstract int getDtypeValue ()
.tensorflow.DataType dtype = 1;
public abstract TensorShapeProtoOrBuilder getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
public abstract String getValuesOutputTensorName ()
string values_output_tensor_name = 4;
public abstract com.google.protobuf.ByteString getValuesOutputTensorNameBytes ()
string values_output_tensor_name = 4;
public abstract boolean hasDefaultValue ()
.tensorflow.TensorProto default_value = 3;
public abstract boolean hasShape ()
.tensorflow.TensorShapeProto shape = 2;