Interface EagerServiceOuterClass.UpdateContextResponseOrBuilder

    • Method Detail

      • getDeviceAttributesList

        java.util.List<DeviceAttributes> getDeviceAttributesList()
         List of devices that are locally accessible to the worker.
         
        repeated .org.platanios.tensorflow.proto.DeviceAttributes device_attributes = 1;
      • getDeviceAttributes

        DeviceAttributes getDeviceAttributes​(int index)
         List of devices that are locally accessible to the worker.
         
        repeated .org.platanios.tensorflow.proto.DeviceAttributes device_attributes = 1;
      • getDeviceAttributesCount

        int getDeviceAttributesCount()
         List of devices that are locally accessible to the worker.
         
        repeated .org.platanios.tensorflow.proto.DeviceAttributes device_attributes = 1;
      • getDeviceAttributesOrBuilderList

        java.util.List<? extends DeviceAttributesOrBuilder> getDeviceAttributesOrBuilderList()
         List of devices that are locally accessible to the worker.
         
        repeated .org.platanios.tensorflow.proto.DeviceAttributes device_attributes = 1;
      • getDeviceAttributesOrBuilder

        DeviceAttributesOrBuilder getDeviceAttributesOrBuilder​(int index)
         List of devices that are locally accessible to the worker.
         
        repeated .org.platanios.tensorflow.proto.DeviceAttributes device_attributes = 1;