public interface FixedLenFeatureProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TensorProto |
getDefaultValue()
.tensorflow.TensorProto default_value = 3; |
TensorProtoOrBuilder |
getDefaultValueOrBuilder()
.tensorflow.TensorProto default_value = 3; |
DataType |
getDtype()
.tensorflow.DataType dtype = 1; |
int |
getDtypeValue()
.tensorflow.DataType dtype = 1; |
TensorShapeProto |
getShape()
.tensorflow.TensorShapeProto shape = 2; |
TensorShapeProtoOrBuilder |
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 2; |
String |
getValuesOutputTensorName()
string values_output_tensor_name = 4; |
com.google.protobuf.ByteString |
getValuesOutputTensorNameBytes()
string values_output_tensor_name = 4; |
boolean |
hasDefaultValue()
.tensorflow.TensorProto default_value = 3; |
boolean |
hasShape()
.tensorflow.TensorShapeProto shape = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getDtypeValue()
.tensorflow.DataType dtype = 1;
DataType getDtype()
.tensorflow.DataType dtype = 1;
boolean hasShape()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProto getShape()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 2;
boolean hasDefaultValue()
.tensorflow.TensorProto default_value = 3;
TensorProto getDefaultValue()
.tensorflow.TensorProto default_value = 3;
TensorProtoOrBuilder getDefaultValueOrBuilder()
.tensorflow.TensorProto default_value = 3;
String getValuesOutputTensorName()
string values_output_tensor_name = 4;
com.google.protobuf.ByteString getValuesOutputTensorNameBytes()
string values_output_tensor_name = 4;
Copyright © 2015–2018. All rights reserved.