public interface VarLenFeatureProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DataType |
getDtype()
.tensorflow.DataType dtype = 1; |
int |
getDtypeValue()
.tensorflow.DataType dtype = 1; |
String |
getIndicesOutputTensorName()
string indices_output_tensor_name = 3; |
com.google.protobuf.ByteString |
getIndicesOutputTensorNameBytes()
string indices_output_tensor_name = 3; |
String |
getShapesOutputTensorName()
string shapes_output_tensor_name = 4; |
com.google.protobuf.ByteString |
getShapesOutputTensorNameBytes()
string shapes_output_tensor_name = 4; |
String |
getValuesOutputTensorName()
string values_output_tensor_name = 2; |
com.google.protobuf.ByteString |
getValuesOutputTensorNameBytes()
string values_output_tensor_name = 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;
String getValuesOutputTensorName()
string values_output_tensor_name = 2;
com.google.protobuf.ByteString getValuesOutputTensorNameBytes()
string values_output_tensor_name = 2;
String getIndicesOutputTensorName()
string indices_output_tensor_name = 3;
com.google.protobuf.ByteString getIndicesOutputTensorNameBytes()
string indices_output_tensor_name = 3;
String getShapesOutputTensorName()
string shapes_output_tensor_name = 4;
com.google.protobuf.ByteString getShapesOutputTensorNameBytes()
string shapes_output_tensor_name = 4;
Copyright © 2015–2018. All rights reserved.