FreeBSD Bugzilla – Attachment 206152 Details for
Bug 226400
science/py-tensorflow: please update to 1.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Test patch to rename major and minor to major_val and minor val on FreeBSD 11.x
file_226400.txt (text/plain), 537 bytes, created by
Anthony Donnelly
on 2019-07-30 11:05:22 UTC
(
hide
)
Description:
Test patch to rename major and minor to major_val and minor val on FreeBSD 11.x
Filename:
MIME Type:
Creator:
Anthony Donnelly
Created:
2019-07-30 11:05:22 UTC
Size:
537 bytes
patch
obsolete
>--- tensorflow/core/protobuf/autotuning.proto.orig 2019-06-18 23:48:23.000000000 +0100 >+++ tensorflow/core/protobuf/autotuning.proto 2019-07-30 11:45:04.342068000 +0100 >@@ -11,14 +11,14 @@ > import "google/protobuf/duration.proto"; > > message CudnnVersion { >- int32 major = 1; >- int32 minor = 2; >+ int32 major_val = 1; >+ int32 minor_val = 2; > int32 patch = 3; > } > > message ComputeCapability { >- int32 major = 1; >- int32 minor = 2; >+ int32 major_val = 1; >+ int32 minor_val = 2; > } > > message AutotuneResult {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226400
:
193882
|
194004
|
205760
|
205845
|
205849
| 206152