Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_op.cc211 int64_t node_bytes) const { in FormatMemoryNode()
214 if (node_bytes > 0) { in FormatMemoryNode()
216 pct = 100.0 * node_bytes / root_total_bytes; in FormatMemoryNode()
219 "%30s", absl::StrFormat("%s (%.2f%%, %.2f%%)", FormatMemory(node_bytes), in FormatMemoryNode()
Dtfprof_op.h67 int64_t node_bytes) const;
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c349 const uint64_t node_bytes = 64ull * bucket->size; in bucket_vma_free() local
355 uint64_t start = (address / node_bytes) * node_bytes; in bucket_vma_free()