org.tensorflow.distruntime.CompleteInstanceRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto
package org.tensorflow.distruntime;
public interface CompleteInstanceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.CompleteInstanceRequest)
org.nd4j.shade.protobuf.MessageOrBuilder {
/**
* string name = 1;
*/
java.lang.String getName();
/**
* string name = 1;
*/
org.nd4j.shade.protobuf.ByteString
getNameBytes();
/**
* int32 type = 2;
*/
int getType();
/**
* .tensorflow.DataType data_type = 3;
*/
int getDataTypeValue();
/**
* .tensorflow.DataType data_type = 3;
*/
org.tensorflow.framework.DataType getDataType();
/**
* .tensorflow.TensorShapeProto shape = 4;
*/
boolean hasShape();
/**
* .tensorflow.TensorShapeProto shape = 4;
*/
org.tensorflow.framework.TensorShapeProto getShape();
/**
* .tensorflow.TensorShapeProto shape = 4;
*/
org.tensorflow.framework.TensorShapeProtoOrBuilder getShapeOrBuilder();
/**
* int32 group_key = 5;
*/
int getGroupKey();
/**
* int32 group_size = 6;
*/
int getGroupSize();
/**
* int32 instance_key = 7;
*/
int getInstanceKey();
/**
* string device_type = 8;
*/
java.lang.String getDeviceType();
/**
* string device_type = 8;
*/
org.nd4j.shade.protobuf.ByteString
getDeviceTypeBytes();
/**
* repeated int32 subdiv_offset = 9;
*/
java.util.List getSubdivOffsetList();
/**
* repeated int32 subdiv_offset = 9;
*/
int getSubdivOffsetCount();
/**
* repeated int32 subdiv_offset = 9;
*/
int getSubdivOffset(int index);
/**
* string device = 10;
*/
java.lang.String getDevice();
/**
* string device = 10;
*/
org.nd4j.shade.protobuf.ByteString
getDeviceBytes();
/**
* bool is_source = 11;
*/
boolean getIsSource();
}