public final class
VarLenFeatureProto
Protobuf type tensorflow.VarLenFeatureProto
Nested Classes
class | VarLenFeatureProto.Builder | Protobuf type tensorflow.VarLenFeatureProto
|
Constants
int | DTYPE_FIELD_NUMBER | |
int | INDICES_OUTPUT_TENSOR_NAME_FIELD_NUMBER | |
int | SHAPES_OUTPUT_TENSOR_NAME_FIELD_NUMBER | |
int | VALUES_OUTPUT_TENSOR_NAME_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static VarLenFeatureProto | |
VarLenFeatureProto | |
final static com.google.protobuf.Descriptors.Descriptor | |
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;
|
|
|
int | |
String |
getShapesOutputTensorName()
string shapes_output_tensor_name = 4;
|
com.google.protobuf.ByteString |
getShapesOutputTensorNameBytes()
string shapes_output_tensor_name = 4;
|
final com.google.protobuf.UnknownFieldSet | |
String |
getValuesOutputTensorName()
string values_output_tensor_name = 2;
|
com.google.protobuf.ByteString |
getValuesOutputTensorNameBytes()
string values_output_tensor_name = 2;
|
int |
hashCode()
|
final boolean | |
static VarLenFeatureProto.Builder |
newBuilder(VarLenFeatureProto prototype)
|
static VarLenFeatureProto.Builder | |
VarLenFeatureProto.Builder | |
static VarLenFeatureProto |
parseDelimitedFrom(InputStream input)
|
static VarLenFeatureProto |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static VarLenFeatureProto |
parseFrom(ByteBuffer data)
|
static VarLenFeatureProto |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static VarLenFeatureProto |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static VarLenFeatureProto |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static VarLenFeatureProto |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static VarLenFeatureProto |
parseFrom(com.google.protobuf.ByteString data)
|
static VarLenFeatureProto |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static VarLenFeatureProto |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
VarLenFeatureProto.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int DTYPE_FIELD_NUMBER
Constant Value:
1
public static final int INDICES_OUTPUT_TENSOR_NAME_FIELD_NUMBER
Constant Value:
3
public static final int SHAPES_OUTPUT_TENSOR_NAME_FIELD_NUMBER
Constant Value:
4
public static final int VALUES_OUTPUT_TENSOR_NAME_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getDtypeValue ()
.tensorflow.DataType dtype = 1;
public String getIndicesOutputTensorName ()
string indices_output_tensor_name = 3;
public com.google.protobuf.ByteString getIndicesOutputTensorNameBytes ()
string indices_output_tensor_name = 3;
public
getParserForType
()
public int getSerializedSize ()
public String getShapesOutputTensorName ()
string shapes_output_tensor_name = 4;
public com.google.protobuf.ByteString getShapesOutputTensorNameBytes ()
string shapes_output_tensor_name = 4;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public String getValuesOutputTensorName ()
string values_output_tensor_name = 2;
public com.google.protobuf.ByteString getValuesOutputTensorNameBytes ()
string values_output_tensor_name = 2;
public int hashCode ()
public final boolean isInitialized ()
public static VarLenFeatureProto parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static VarLenFeatureProto parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static VarLenFeatureProto parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static VarLenFeatureProto parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static VarLenFeatureProto parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static VarLenFeatureProto parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static VarLenFeatureProto parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static VarLenFeatureProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|