Interface StepStatsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StepStats, StepStats.Builder

    public interface StepStatsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DeviceStepStats getDevStats​(int index)
      repeated .org.platanios.tensorflow.proto.DeviceStepStats dev_stats = 1;
      int getDevStatsCount()
      repeated .org.platanios.tensorflow.proto.DeviceStepStats dev_stats = 1;
      java.util.List<DeviceStepStats> getDevStatsList()
      repeated .org.platanios.tensorflow.proto.DeviceStepStats dev_stats = 1;
      DeviceStepStatsOrBuilder getDevStatsOrBuilder​(int index)
      repeated .org.platanios.tensorflow.proto.DeviceStepStats dev_stats = 1;
      java.util.List<? extends DeviceStepStatsOrBuilder> getDevStatsOrBuilderList()
      repeated .org.platanios.tensorflow.proto.DeviceStepStats dev_stats = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDevStatsList

        java.util.List<DeviceStepStats> getDevStatsList()
        repeated .org.platanios.tensorflow.proto.DeviceStepStats dev_stats = 1;
      • getDevStats

        DeviceStepStats getDevStats​(int index)
        repeated .org.platanios.tensorflow.proto.DeviceStepStats dev_stats = 1;
      • getDevStatsCount

        int getDevStatsCount()
        repeated .org.platanios.tensorflow.proto.DeviceStepStats dev_stats = 1;
      • getDevStatsOrBuilderList

        java.util.List<? extends DeviceStepStatsOrBuilder> getDevStatsOrBuilderList()
        repeated .org.platanios.tensorflow.proto.DeviceStepStats dev_stats = 1;
      • getDevStatsOrBuilder

        DeviceStepStatsOrBuilder getDevStatsOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.DeviceStepStats dev_stats = 1;