| Package | Description |
|---|---|
| org.tensorflow.util.testlog |
| Modifier and Type | Method and Description |
|---|---|
static TestResults.BenchmarkType |
TestResults.BenchmarkType.forNumber(int value) |
TestResults.BenchmarkType |
TestResultsOrBuilder.getBenchmarkType()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
TestResults.BenchmarkType |
TestResults.getBenchmarkType()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
TestResults.BenchmarkType |
TestResults.Builder.getBenchmarkType()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
static TestResults.BenchmarkType |
TestResults.BenchmarkType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TestResults.BenchmarkType |
TestResults.BenchmarkType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TestResults.BenchmarkType |
TestResults.BenchmarkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestResults.BenchmarkType[] |
TestResults.BenchmarkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TestResults.BenchmarkType> |
TestResults.BenchmarkType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TestResults.Builder |
TestResults.Builder.setBenchmarkType(TestResults.BenchmarkType value)
.tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
Copyright © 2015–2019. All rights reserved.