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

    Modifier and Type
    Method
    Description
    getDevStats(int index)
    repeated .tensorflow.DeviceStepStats dev_stats = 1;
    int
    repeated .tensorflow.DeviceStepStats dev_stats = 1;
    repeated .tensorflow.DeviceStepStats dev_stats = 1;
    repeated .tensorflow.DeviceStepStats dev_stats = 1;
    repeated .tensorflow.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 Details

    • getDevStatsList

      List<DeviceStepStats> getDevStatsList()
      repeated .tensorflow.DeviceStepStats dev_stats = 1;
    • getDevStats

      DeviceStepStats getDevStats(int index)
      repeated .tensorflow.DeviceStepStats dev_stats = 1;
    • getDevStatsCount

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

      List<? extends DeviceStepStatsOrBuilder> getDevStatsOrBuilderList()
      repeated .tensorflow.DeviceStepStats dev_stats = 1;
    • getDevStatsOrBuilder

      DeviceStepStatsOrBuilder getDevStatsOrBuilder(int index)
      repeated .tensorflow.DeviceStepStats dev_stats = 1;