Uses of Class
org.tensorflow.proto.DebuggedDevice
Packages that use DebuggedDevice
-
Uses of DebuggedDevice in org.tensorflow.proto
Methods in org.tensorflow.proto that return DebuggedDeviceModifier and TypeMethodDescriptionDebuggedDevice.Builder.build()DebuggedDevice.Builder.buildPartial()DebugEvent.Builder.getDebuggedDevice()A device on which debugger-instrumented ops and/or tensors reside.DebugEvent.getDebuggedDevice()A device on which debugger-instrumented ops and/or tensors reside.DebugEventOrBuilder.getDebuggedDevice()A device on which debugger-instrumented ops and/or tensors reside.static DebuggedDeviceDebuggedDevice.getDefaultInstance()DebuggedDevice.Builder.getDefaultInstanceForType()DebuggedDevice.getDefaultInstanceForType()static DebuggedDeviceDebuggedDevice.parseDelimitedFrom(InputStream input) static DebuggedDeviceDebuggedDevice.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static DebuggedDeviceDebuggedDevice.parseFrom(byte[] data) static DebuggedDeviceDebuggedDevice.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static DebuggedDeviceDebuggedDevice.parseFrom(ByteString data) static DebuggedDeviceDebuggedDevice.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static DebuggedDeviceDebuggedDevice.parseFrom(CodedInputStream input) static DebuggedDeviceDebuggedDevice.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static DebuggedDeviceDebuggedDevice.parseFrom(InputStream input) static DebuggedDeviceDebuggedDevice.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static DebuggedDeviceDebuggedDevice.parseFrom(ByteBuffer data) static DebuggedDeviceDebuggedDevice.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type DebuggedDeviceModifier and TypeMethodDescriptionDebuggedDevice.getParserForType()static Parser<DebuggedDevice> DebuggedDevice.parser()Methods in org.tensorflow.proto with parameters of type DebuggedDeviceModifier and TypeMethodDescriptionDebugEvent.Builder.mergeDebuggedDevice(DebuggedDevice value) A device on which debugger-instrumented ops and/or tensors reside.DebuggedDevice.Builder.mergeFrom(DebuggedDevice other) static DebuggedDevice.BuilderDebuggedDevice.newBuilder(DebuggedDevice prototype) DebugEvent.Builder.setDebuggedDevice(DebuggedDevice value) A device on which debugger-instrumented ops and/or tensors reside.