Package org.tensorflow.distruntime
Interface CompleteInstanceRequestOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompleteInstanceRequest,CompleteInstanceRequest.Builder
public interface CompleteInstanceRequestOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataTypegetDataType().tensorflow.DataType data_type = 3;intgetDataTypeValue().tensorflow.DataType data_type = 3;StringgetDevice()string device = 10;org.nd4j.shade.protobuf.ByteStringgetDeviceBytes()string device = 10;StringgetDeviceType()string device_type = 8;org.nd4j.shade.protobuf.ByteStringgetDeviceTypeBytes()string device_type = 8;intgetGroupKey()int32 group_key = 5;intgetGroupSize()int32 group_size = 6;intgetInstanceKey()int32 instance_key = 7;booleangetIsSource()bool is_source = 11;StringgetName()string name = 1;org.nd4j.shade.protobuf.ByteStringgetNameBytes()string name = 1;TensorShapeProtogetShape().tensorflow.TensorShapeProto shape = 4;TensorShapeProtoOrBuildergetShapeOrBuilder().tensorflow.TensorShapeProto shape = 4;intgetSubdivOffset(int index)repeated int32 subdiv_offset = 9;intgetSubdivOffsetCount()repeated int32 subdiv_offset = 9;List<Integer>getSubdivOffsetList()repeated int32 subdiv_offset = 9;intgetType()int32 type = 2;booleanhasShape().tensorflow.TensorShapeProto shape = 4;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
org.nd4j.shade.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
getType
int getType()
int32 type = 2;- Returns:
- The type.
-
getDataTypeValue
int getDataTypeValue()
.tensorflow.DataType data_type = 3;- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
DataType getDataType()
.tensorflow.DataType data_type = 3;- Returns:
- The dataType.
-
hasShape
boolean hasShape()
.tensorflow.TensorShapeProto shape = 4;- Returns:
- Whether the shape field is set.
-
getShape
TensorShapeProto getShape()
.tensorflow.TensorShapeProto shape = 4;- Returns:
- The shape.
-
getShapeOrBuilder
TensorShapeProtoOrBuilder getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 4;
-
getGroupKey
int getGroupKey()
int32 group_key = 5;- Returns:
- The groupKey.
-
getGroupSize
int getGroupSize()
int32 group_size = 6;- Returns:
- The groupSize.
-
getInstanceKey
int getInstanceKey()
int32 instance_key = 7;- Returns:
- The instanceKey.
-
getDeviceType
String getDeviceType()
string device_type = 8;- Returns:
- The deviceType.
-
getDeviceTypeBytes
org.nd4j.shade.protobuf.ByteString getDeviceTypeBytes()
string device_type = 8;- Returns:
- The bytes for deviceType.
-
getSubdivOffsetList
List<Integer> getSubdivOffsetList()
repeated int32 subdiv_offset = 9;- Returns:
- A list containing the subdivOffset.
-
getSubdivOffsetCount
int getSubdivOffsetCount()
repeated int32 subdiv_offset = 9;- Returns:
- The count of subdivOffset.
-
getSubdivOffset
int getSubdivOffset(int index)
repeated int32 subdiv_offset = 9;- Parameters:
index- The index of the element to return.- Returns:
- The subdivOffset at the given index.
-
getDevice
String getDevice()
string device = 10;- Returns:
- The device.
-
getDeviceBytes
org.nd4j.shade.protobuf.ByteString getDeviceBytes()
string device = 10;- Returns:
- The bytes for device.
-
getIsSource
boolean getIsSource()
bool is_source = 11;- Returns:
- The isSource.
-
-