Uses of Class
org.tensorflow.proto.AvailableDeviceInfo
Packages that use AvailableDeviceInfo
-
Uses of AvailableDeviceInfo in org.tensorflow.proto
Methods in org.tensorflow.proto that return AvailableDeviceInfoModifier and TypeMethodDescriptionAvailableDeviceInfo.Builder.build()AvailableDeviceInfo.Builder.buildPartial()MachineConfiguration.Builder.getAvailableDeviceInfo(int index) Devices accessible to the test (e.g. as given by list_local_devices).MachineConfiguration.getAvailableDeviceInfo(int index) Devices accessible to the test (e.g. as given by list_local_devices).MachineConfigurationOrBuilder.getAvailableDeviceInfo(int index) Devices accessible to the test (e.g. as given by list_local_devices).static AvailableDeviceInfoAvailableDeviceInfo.getDefaultInstance()AvailableDeviceInfo.Builder.getDefaultInstanceForType()AvailableDeviceInfo.getDefaultInstanceForType()static AvailableDeviceInfoAvailableDeviceInfo.parseDelimitedFrom(InputStream input) static AvailableDeviceInfoAvailableDeviceInfo.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static AvailableDeviceInfoAvailableDeviceInfo.parseFrom(byte[] data) static AvailableDeviceInfoAvailableDeviceInfo.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static AvailableDeviceInfoAvailableDeviceInfo.parseFrom(ByteString data) static AvailableDeviceInfoAvailableDeviceInfo.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static AvailableDeviceInfoAvailableDeviceInfo.parseFrom(CodedInputStream input) static AvailableDeviceInfoAvailableDeviceInfo.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static AvailableDeviceInfoAvailableDeviceInfo.parseFrom(InputStream input) static AvailableDeviceInfoAvailableDeviceInfo.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static AvailableDeviceInfoAvailableDeviceInfo.parseFrom(ByteBuffer data) static AvailableDeviceInfoAvailableDeviceInfo.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type AvailableDeviceInfoModifier and TypeMethodDescriptionMachineConfiguration.Builder.getAvailableDeviceInfoList()Devices accessible to the test (e.g. as given by list_local_devices).MachineConfiguration.getAvailableDeviceInfoList()Devices accessible to the test (e.g. as given by list_local_devices).MachineConfigurationOrBuilder.getAvailableDeviceInfoList()Devices accessible to the test (e.g. as given by list_local_devices).AvailableDeviceInfo.getParserForType()static Parser<AvailableDeviceInfo> AvailableDeviceInfo.parser()Methods in org.tensorflow.proto with parameters of type AvailableDeviceInfoModifier and TypeMethodDescriptionMachineConfiguration.Builder.addAvailableDeviceInfo(int index, AvailableDeviceInfo value) Devices accessible to the test (e.g. as given by list_local_devices).MachineConfiguration.Builder.addAvailableDeviceInfo(AvailableDeviceInfo value) Devices accessible to the test (e.g. as given by list_local_devices).AvailableDeviceInfo.Builder.mergeFrom(AvailableDeviceInfo other) static AvailableDeviceInfo.BuilderAvailableDeviceInfo.newBuilder(AvailableDeviceInfo prototype) MachineConfiguration.Builder.setAvailableDeviceInfo(int index, AvailableDeviceInfo value) Devices accessible to the test (e.g. as given by list_local_devices).Method parameters in org.tensorflow.proto with type arguments of type AvailableDeviceInfoModifier and TypeMethodDescriptionMachineConfiguration.Builder.addAllAvailableDeviceInfo(Iterable<? extends AvailableDeviceInfo> values) Devices accessible to the test (e.g. as given by list_local_devices).