View | Details | Raw Unified | Return to bug 226400
Collapse All | Expand All

(-)tensorflow/core/protobuf/autotuning.proto (-4 / +4 lines)
Lines 11-24 Link Here
11
import "google/protobuf/duration.proto";
11
import "google/protobuf/duration.proto";
12
12
13
message CudnnVersion {
13
message CudnnVersion {
14
  int32 major = 1;
14
  int32 major_val = 1;
15
  int32 minor = 2;
15
  int32 minor_val = 2;
16
  int32 patch = 3;
16
  int32 patch = 3;
17
}
17
}
18
18
19
message ComputeCapability {
19
message ComputeCapability {
20
  int32 major = 1;
20
  int32 major_val = 1;
21
  int32 minor = 2;
21
  int32 minor_val = 2;
22
}
22
}
23
23
24
message AutotuneResult {
24
message AutotuneResult {

Return to bug 226400