public interface CompleteInstanceRequestOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DataType |
getDataType()
.tensorflow.DataType data_type = 3; |
int |
getDataTypeValue()
.tensorflow.DataType data_type = 3; |
String |
getDevice()
string device = 10; |
com.github.os72.protobuf351.ByteString |
getDeviceBytes()
string device = 10; |
String |
getDeviceType()
string device_type = 8; |
com.github.os72.protobuf351.ByteString |
getDeviceTypeBytes()
string device_type = 8; |
int |
getGroupKey()
int32 group_key = 5; |
int |
getGroupSize()
int32 group_size = 6; |
int |
getInstanceKey()
int32 instance_key = 7; |
boolean |
getIsSource()
bool is_source = 11; |
String |
getName()
string name = 1; |
com.github.os72.protobuf351.ByteString |
getNameBytes()
string name = 1; |
TensorShapeProto |
getShape()
.tensorflow.TensorShapeProto shape = 4; |
TensorShapeProtoOrBuilder |
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 4; |
int |
getSubdivOffset(int index)
repeated int32 subdiv_offset = 9; |
int |
getSubdivOffsetCount()
repeated int32 subdiv_offset = 9; |
List<Integer> |
getSubdivOffsetList()
repeated int32 subdiv_offset = 9; |
int |
getType()
int32 type = 2; |
boolean |
hasShape()
.tensorflow.TensorShapeProto shape = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
string name = 1;
com.github.os72.protobuf351.ByteString getNameBytes()
string name = 1;
int getType()
int32 type = 2;
int getDataTypeValue()
.tensorflow.DataType data_type = 3;
DataType getDataType()
.tensorflow.DataType data_type = 3;
boolean hasShape()
.tensorflow.TensorShapeProto shape = 4;
TensorShapeProto getShape()
.tensorflow.TensorShapeProto shape = 4;
TensorShapeProtoOrBuilder getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 4;
int getGroupKey()
int32 group_key = 5;
int getGroupSize()
int32 group_size = 6;
int getInstanceKey()
int32 instance_key = 7;
String getDeviceType()
string device_type = 8;
com.github.os72.protobuf351.ByteString getDeviceTypeBytes()
string device_type = 8;
int getSubdivOffsetCount()
repeated int32 subdiv_offset = 9;
int getSubdivOffset(int index)
repeated int32 subdiv_offset = 9;
String getDevice()
string device = 10;
com.github.os72.protobuf351.ByteString getDeviceBytes()
string device = 10;
boolean getIsSource()
bool is_source = 11;
Copyright © 2018. All rights reserved.