Package org.tensorflow.framework
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 DeviceStepStatsgetDevStats(int index)repeated .tensorflow.DeviceStepStats dev_stats = 1;intgetDevStatsCount()repeated .tensorflow.DeviceStepStats dev_stats = 1;java.util.List<DeviceStepStats>getDevStatsList()repeated .tensorflow.DeviceStepStats dev_stats = 1;DeviceStepStatsOrBuildergetDevStatsOrBuilder(int index)repeated .tensorflow.DeviceStepStats dev_stats = 1;java.util.List<? extends DeviceStepStatsOrBuilder>getDevStatsOrBuilderList()repeated .tensorflow.DeviceStepStats dev_stats = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDevStatsList
java.util.List<DeviceStepStats> getDevStatsList()repeated .tensorflow.DeviceStepStats dev_stats = 1; -
getDevStats
repeated .tensorflow.DeviceStepStats dev_stats = 1; -
getDevStatsCount
int getDevStatsCount()repeated .tensorflow.DeviceStepStats dev_stats = 1; -
getDevStatsOrBuilderList
java.util.List<? extends DeviceStepStatsOrBuilder> getDevStatsOrBuilderList()repeated .tensorflow.DeviceStepStats dev_stats = 1; -
getDevStatsOrBuilder
repeated .tensorflow.DeviceStepStats dev_stats = 1;
-