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

org.tensorflow.framework.DeviceLocalityOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/framework/device_attributes.proto

package org.tensorflow.framework;

public interface DeviceLocalityOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.DeviceLocality)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Optional bus locality of device.  Default value of 0 means
   * no specific locality.  Specific localities are indexed from 1.
   * 
* * int32 bus_id = 1; */ int getBusId(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy