Home
last modified time | relevance | path

Searched refs:drop_frames (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
Dprofile.proto13 int64 drop_frames = 7; field
/external/v8/src/interpreter/
Dinterpreter-assembler.cc1289 Label ok(this), drop_frames(this); in MaybeDropFrames() local
1290 Branch(IntPtrEqual(restart_fp, null), &ok, &drop_frames); in MaybeDropFrames()
1292 Bind(&drop_frames); in MaybeDropFrames()
/external/perf_data_converter/src/
Dprofile.proto63 int64 drop_frames = 7; // Index into string table. field