Uses of Class
org.tensorflow.proto.BfcMemoryMap.SnapShot.Builder
Packages that use BfcMemoryMap.SnapShot.Builder
-
Uses of BfcMemoryMap.SnapShot.Builder in org.tensorflow.proto
Subclasses with type arguments of type BfcMemoryMap.SnapShot.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.SnapShotMethods in org.tensorflow.proto that return BfcMemoryMap.SnapShot.BuilderModifier and TypeMethodDescriptionBfcMemoryMap.MemoryDump.Builder.addSnapShotBuilder()repeated .tensorflow.SnapShot snap_shot = 4;BfcMemoryMap.MemoryDump.Builder.addSnapShotBuilder(int index) repeated .tensorflow.SnapShot snap_shot = 4;BfcMemoryMap.SnapShot.Builder.clear()BfcMemoryMap.SnapShot.Builder.clearActionCount()uint64 action_count = 1;BfcMemoryMap.SnapShot.Builder.clearSize()int64 size = 2;BfcMemoryMap.MemoryDump.Builder.getSnapShotBuilder(int index) repeated .tensorflow.SnapShot snap_shot = 4;BfcMemoryMap.SnapShot.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) BfcMemoryMap.SnapShot.Builder.mergeFrom(BfcMemoryMap.SnapShot other) BfcMemoryMap.SnapShot.newBuilder()BfcMemoryMap.SnapShot.newBuilder(BfcMemoryMap.SnapShot prototype) BfcMemoryMap.SnapShot.newBuilderForType()protected BfcMemoryMap.SnapShot.BuilderBfcMemoryMap.SnapShot.newBuilderForType(AbstractMessage.BuilderParent parent) BfcMemoryMap.SnapShot.Builder.setActionCount(long value) uint64 action_count = 1;BfcMemoryMap.SnapShot.Builder.setSize(long value) int64 size = 2;BfcMemoryMap.SnapShot.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type BfcMemoryMap.SnapShot.BuilderModifier and TypeMethodDescriptionBfcMemoryMap.MemoryDump.Builder.getSnapShotBuilderList()repeated .tensorflow.SnapShot snap_shot = 4;Methods in org.tensorflow.proto with parameters of type BfcMemoryMap.SnapShot.BuilderModifier and TypeMethodDescriptionBfcMemoryMap.MemoryDump.Builder.addSnapShot(int index, BfcMemoryMap.SnapShot.Builder builderForValue) repeated .tensorflow.SnapShot snap_shot = 4;BfcMemoryMap.MemoryDump.Builder.addSnapShot(BfcMemoryMap.SnapShot.Builder builderForValue) repeated .tensorflow.SnapShot snap_shot = 4;BfcMemoryMap.MemoryDump.Builder.setSnapShot(int index, BfcMemoryMap.SnapShot.Builder builderForValue) repeated .tensorflow.SnapShot snap_shot = 4;