| Package | Description |
|---|---|
| org.tensorflow.util.testlog |
| Modifier and Type | Method and Description |
|---|---|
AvailableDeviceInfo |
AvailableDeviceInfo.Builder.build() |
AvailableDeviceInfo |
AvailableDeviceInfo.Builder.buildPartial() |
AvailableDeviceInfo |
MachineConfiguration.getAvailableDeviceInfo(int index)
Devices accessible to the test (e.g.
|
AvailableDeviceInfo |
MachineConfiguration.Builder.getAvailableDeviceInfo(int index)
Devices accessible to the test (e.g.
|
AvailableDeviceInfo |
MachineConfigurationOrBuilder.getAvailableDeviceInfo(int index)
Devices accessible to the test (e.g.
|
static AvailableDeviceInfo |
AvailableDeviceInfo.getDefaultInstance() |
AvailableDeviceInfo |
AvailableDeviceInfo.getDefaultInstanceForType() |
AvailableDeviceInfo |
AvailableDeviceInfo.Builder.getDefaultInstanceForType() |
static AvailableDeviceInfo |
AvailableDeviceInfo.parseDelimitedFrom(InputStream input) |
static AvailableDeviceInfo |
AvailableDeviceInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvailableDeviceInfo |
AvailableDeviceInfo.parseFrom(byte[] data) |
static AvailableDeviceInfo |
AvailableDeviceInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvailableDeviceInfo |
AvailableDeviceInfo.parseFrom(ByteBuffer data) |
static AvailableDeviceInfo |
AvailableDeviceInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvailableDeviceInfo |
AvailableDeviceInfo.parseFrom(com.google.protobuf.ByteString data) |
static AvailableDeviceInfo |
AvailableDeviceInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvailableDeviceInfo |
AvailableDeviceInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static AvailableDeviceInfo |
AvailableDeviceInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvailableDeviceInfo |
AvailableDeviceInfo.parseFrom(InputStream input) |
static AvailableDeviceInfo |
AvailableDeviceInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<AvailableDeviceInfo> |
MachineConfiguration.getAvailableDeviceInfoList()
Devices accessible to the test (e.g.
|
List<AvailableDeviceInfo> |
MachineConfiguration.Builder.getAvailableDeviceInfoList()
Devices accessible to the test (e.g.
|
List<AvailableDeviceInfo> |
MachineConfigurationOrBuilder.getAvailableDeviceInfoList()
Devices accessible to the test (e.g.
|
com.google.protobuf.Parser<AvailableDeviceInfo> |
AvailableDeviceInfo.getParserForType() |
static com.google.protobuf.Parser<AvailableDeviceInfo> |
AvailableDeviceInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
MachineConfiguration.Builder |
MachineConfiguration.Builder.addAvailableDeviceInfo(AvailableDeviceInfo value)
Devices accessible to the test (e.g.
|
MachineConfiguration.Builder |
MachineConfiguration.Builder.addAvailableDeviceInfo(int index,
AvailableDeviceInfo value)
Devices accessible to the test (e.g.
|
AvailableDeviceInfo.Builder |
AvailableDeviceInfo.Builder.mergeFrom(AvailableDeviceInfo other) |
static AvailableDeviceInfo.Builder |
AvailableDeviceInfo.newBuilder(AvailableDeviceInfo prototype) |
MachineConfiguration.Builder |
MachineConfiguration.Builder.setAvailableDeviceInfo(int index,
AvailableDeviceInfo value)
Devices accessible to the test (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
MachineConfiguration.Builder |
MachineConfiguration.Builder.addAllAvailableDeviceInfo(Iterable<? extends AvailableDeviceInfo> values)
Devices accessible to the test (e.g.
|
Copyright © 2015–2019. All rights reserved.