dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(autoboot): Add detection SD card kickpi file to start aging testing fu...
lin
2025-08-14
dae8bad597b6607a449b32bf76c523423f7720ed
[~lzh/A133.git]
/
android
/
external
/
tensorflow
/
tensorflow
/
core
/
debug
/
debugger_event_metadata.proto
1
2
3
4
5
6
7
8
9
10
11
syntax = "proto3";
package third_party.tensorflow.core.debug;
// Encapsulates per-event data related to debugging.
message DebuggerEventMetadata {
string device = 1;
int32 output_slot = 2;
int32 num_chunks = 3;
int32 chunk_index = 4;
};