HomeSort by relevance Sort by last modified time
    Searched defs:dumping (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
executable.h 155 // Dumping helpers.
159 bool dumping() const { return session_module_ != nullptr; } function in class:xla::Executable
178 // SessionModule this was compiled from. Null if not dumping executions.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
luac.c 29 static int dumping=1; /* dump bytecodes? */ variable
96 dumping=0;
104 if (i==argc && (listing || !dumping))
106 dumping=0;
176 if (dumping)
  /external/syslinux/com32/lua/src/
luac.c 29 static int dumping=1; /* dump bytecodes? */ variable
96 dumping=0;
104 if (i==argc && (listing || !dumping))
106 dumping=0;
176 if (dumping)
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.c 31 * Trace dumping functions.
33 * For now we just use standard XML for dumping the trace calls, as this is
64 static boolean dumping = FALSE; variable
314 * Dumping control
319 dumping = TRUE;
324 dumping = FALSE;
329 return dumping;
363 if (!dumping)
384 if (!dumping)
410 if (!dumping)
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 150 * - Dumping a heap profile that includes this gctx.
215 /* State used to avoid dumping while operating on prof internals. */
226 bool dumping; member in struct:prof_tdata_s
251 extern bool opt_prof_gdump; /* High-water memory dumping. */
252 extern bool opt_prof_final; /* Final profile dumping. */

Completed in 548 milliseconds