Uses of Class
org.tensorflow.framework.DeviceStepStats
-
Packages that use DeviceStepStats Package Description org.tensorflow.framework -
-
Uses of DeviceStepStats in org.tensorflow.framework
Methods in org.tensorflow.framework that return DeviceStepStats Modifier and Type Method Description DeviceStepStatsDeviceStepStats.Builder. build()DeviceStepStatsDeviceStepStats.Builder. buildPartial()static DeviceStepStatsDeviceStepStats. getDefaultInstance()DeviceStepStatsDeviceStepStats.Builder. getDefaultInstanceForType()DeviceStepStatsDeviceStepStats. getDefaultInstanceForType()DeviceStepStatsStepStats.Builder. getDevStats(int index)repeated .tensorflow.DeviceStepStats dev_stats = 1;DeviceStepStatsStepStats. getDevStats(int index)repeated .tensorflow.DeviceStepStats dev_stats = 1;DeviceStepStatsStepStatsOrBuilder. getDevStats(int index)repeated .tensorflow.DeviceStepStats dev_stats = 1;static DeviceStepStatsDeviceStepStats. parseDelimitedFrom(InputStream input)static DeviceStepStatsDeviceStepStats. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceStepStatsDeviceStepStats. parseFrom(byte[] data)static DeviceStepStatsDeviceStepStats. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceStepStatsDeviceStepStats. parseFrom(InputStream input)static DeviceStepStatsDeviceStepStats. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceStepStatsDeviceStepStats. parseFrom(ByteBuffer data)static DeviceStepStatsDeviceStepStats. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceStepStatsDeviceStepStats. parseFrom(org.nd4j.shade.protobuf.ByteString data)static DeviceStepStatsDeviceStepStats. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceStepStatsDeviceStepStats. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static DeviceStepStatsDeviceStepStats. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type DeviceStepStats Modifier and Type Method Description List<DeviceStepStats>StepStats.Builder. getDevStatsList()repeated .tensorflow.DeviceStepStats dev_stats = 1;List<DeviceStepStats>StepStats. getDevStatsList()repeated .tensorflow.DeviceStepStats dev_stats = 1;List<DeviceStepStats>StepStatsOrBuilder. getDevStatsList()repeated .tensorflow.DeviceStepStats dev_stats = 1;org.nd4j.shade.protobuf.Parser<DeviceStepStats>DeviceStepStats. getParserForType()static org.nd4j.shade.protobuf.Parser<DeviceStepStats>DeviceStepStats. parser()Methods in org.tensorflow.framework with parameters of type DeviceStepStats Modifier and Type Method Description StepStats.BuilderStepStats.Builder. addDevStats(int index, DeviceStepStats value)repeated .tensorflow.DeviceStepStats dev_stats = 1;StepStats.BuilderStepStats.Builder. addDevStats(DeviceStepStats value)repeated .tensorflow.DeviceStepStats dev_stats = 1;DeviceStepStats.BuilderDeviceStepStats.Builder. mergeFrom(DeviceStepStats other)static DeviceStepStats.BuilderDeviceStepStats. newBuilder(DeviceStepStats prototype)StepStats.BuilderStepStats.Builder. setDevStats(int index, DeviceStepStats value)repeated .tensorflow.DeviceStepStats dev_stats = 1;Method parameters in org.tensorflow.framework with type arguments of type DeviceStepStats Modifier and Type Method Description StepStats.BuilderStepStats.Builder. addAllDevStats(Iterable<? extends DeviceStepStats> values)repeated .tensorflow.DeviceStepStats dev_stats = 1;
-