TestResults.BenchmarkType

public static final enum TestResults.BenchmarkType

 The type of benchmark.
 
Protobuf enum tensorflow.TestResults.BenchmarkType

Constants

int ANDROID_BENCHMARK_VALUE ANDROID_BENCHMARK = 3;
int CPP_MICROBENCHMARK_VALUE CPP_MICROBENCHMARK = 1;
int EDGE_BENCHMARK_VALUE EDGE_BENCHMARK = 4;
int IOS_BENCHMARK_VALUE IOS_BENCHMARK = 5;
int PYTHON_BENCHMARK_VALUE PYTHON_BENCHMARK = 2;
int UNKNOWN_VALUE
 Fallback for protos written before Type was introduced.

Inherited Methods

Enum Values

public static final TestResults.BenchmarkType ANDROID_BENCHMARK

ANDROID_BENCHMARK = 3;

public static final TestResults.BenchmarkType CPP_MICROBENCHMARK

CPP_MICROBENCHMARK = 1;

public static final TestResults.BenchmarkType EDGE_BENCHMARK

EDGE_BENCHMARK = 4;

public static final TestResults.BenchmarkType IOS_BENCHMARK

IOS_BENCHMARK = 5;

public static final TestResults.BenchmarkType PYTHON_BENCHMARK

PYTHON_BENCHMARK = 2;

public static final TestResults.BenchmarkType UNKNOWN

 Fallback for protos written before Type was introduced.
 
UNKNOWN = 0;

public static final TestResults.BenchmarkType UNRECOGNIZED

Constants

public static final int ANDROID_BENCHMARK_VALUE

ANDROID_BENCHMARK = 3;

Constant Value: 3

public static final int CPP_MICROBENCHMARK_VALUE

CPP_MICROBENCHMARK = 1;

Constant Value: 1

public static final int EDGE_BENCHMARK_VALUE

EDGE_BENCHMARK = 4;

Constant Value: 4

public static final int IOS_BENCHMARK_VALUE

IOS_BENCHMARK = 5;

Constant Value: 5

public static final int PYTHON_BENCHMARK_VALUE

PYTHON_BENCHMARK = 2;

Constant Value: 2

public static final int UNKNOWN_VALUE

 Fallback for protos written before Type was introduced.
 
UNKNOWN = 0;

Constant Value: 0