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

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

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto

package org.tensorflow.distruntime;

public interface RecvBufResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.RecvBufResponse)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * Address of source field on server.
   * 
* * fixed64 buf_ptr = 1; */ long getBufPtr(); /** *
   * Byte length of buf_ptr field, if set.
   * 
* * int64 num_bytes = 2; */ long getNumBytes(); /** *
   * True if value is 'dead' like a tensor.
   * 
* * bool is_dead = 3; */ boolean getIsDead(); /** *
   * Optional, implementation-specific data.
   * 
* * .google.protobuf.Any transport_options = 4; */ boolean hasTransportOptions(); /** *
   * Optional, implementation-specific data.
   * 
* * .google.protobuf.Any transport_options = 4; */ org.nd4j.shade.protobuf.Any getTransportOptions(); /** *
   * Optional, implementation-specific data.
   * 
* * .google.protobuf.Any transport_options = 4; */ org.nd4j.shade.protobuf.AnyOrBuilder getTransportOptionsOrBuilder(); /** *
   * Optional, for timeline.
   * 
* * int64 send_start_micros = 5; */ long getSendStartMicros(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy