We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaec11 commit 7b915d8Copy full SHA for 7b915d8
tsl/profiler/protobuf/profiler_options.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
2
3
package tensorflow;
4
5
-// Next ID: 16
+// Next ID: 18
6
message ProfileOptions {
7
// Some default value of option are not proto3 default value. Use this version
8
// to determine if we should use default option value instead of proto3
@@ -103,6 +103,11 @@ message ProfileOptions {
103
104
// If set, this hostname will be used to name the profile file.
105
string override_hostname = 15;
106
+
107
+ // JAX version.
108
+ string jax_version = 16;
109
+ // JAXlib version.
110
+ string jaxlib_version = 17;
111
}
112
113
// Options for remote profiler session manager.
0 commit comments