We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62db3b3 commit d7c7a03Copy full SHA for d7c7a03
tsl/profiler/protobuf/profiler_options.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
2
3
package tensorflow;
4
5
-// Next ID: 15
+// Next ID: 17
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
@@ -100,6 +100,11 @@ message ProfileOptions {
100
// Identifier of the profiling session. This will be used as the subdirectory
101
// under the repository path. If not set, the current timestamp will be used.
102
string session_id = 14;
103
+
104
+ // JAX version.
105
+ string jax_version = 15;
106
+ // JAXlib version.
107
+ string jaxlib_version = 16;
108
}
109
110
// Options for remote profiler session manager.
0 commit comments