All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.distruntime.CompleteInstanceRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// 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;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  org.nd4j.shade.protobuf.ByteString
      getNameBytes();

  /**
   * int32 type = 2;
   * @return The type.
   */
  int getType();

  /**
   * .tensorflow.DataType data_type = 3;
   * @return The enum numeric value on the wire for dataType.
   */
  int getDataTypeValue();
  /**
   * .tensorflow.DataType data_type = 3;
   * @return The dataType.
   */
  org.tensorflow.framework.DataType getDataType();

  /**
   * .tensorflow.TensorShapeProto shape = 4;
   * @return Whether the shape field is set.
   */
  boolean hasShape();
  /**
   * .tensorflow.TensorShapeProto shape = 4;
   * @return The shape.
   */
  org.tensorflow.framework.TensorShapeProto getShape();
  /**
   * .tensorflow.TensorShapeProto shape = 4;
   */
  org.tensorflow.framework.TensorShapeProtoOrBuilder getShapeOrBuilder();

  /**
   * int32 group_key = 5;
   * @return The groupKey.
   */
  int getGroupKey();

  /**
   * int32 group_size = 6;
   * @return The groupSize.
   */
  int getGroupSize();

  /**
   * int32 instance_key = 7;
   * @return The instanceKey.
   */
  int getInstanceKey();

  /**
   * string device_type = 8;
   * @return The deviceType.
   */
  java.lang.String getDeviceType();
  /**
   * string device_type = 8;
   * @return The bytes for deviceType.
   */
  org.nd4j.shade.protobuf.ByteString
      getDeviceTypeBytes();

  /**
   * repeated int32 subdiv_offset = 9;
   * @return A list containing the subdivOffset.
   */
  java.util.List getSubdivOffsetList();
  /**
   * repeated int32 subdiv_offset = 9;
   * @return The count of subdivOffset.
   */
  int getSubdivOffsetCount();
  /**
   * repeated int32 subdiv_offset = 9;
   * @param index The index of the element to return.
   * @return The subdivOffset at the given index.
   */
  int getSubdivOffset(int index);

  /**
   * string device = 10;
   * @return The device.
   */
  java.lang.String getDevice();
  /**
   * string device = 10;
   * @return The bytes for device.
   */
  org.nd4j.shade.protobuf.ByteString
      getDeviceBytes();

  /**
   * bool is_source = 11;
   * @return The isSource.
   */
  boolean getIsSource();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy