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.cc210 int64 node_bytes) const { in FormatMemoryNode()
213 if (node_bytes > 0) { in FormatMemoryNode()
215 pct = 100.0 * node_bytes / root_total_bytes; in FormatMemoryNode()
218 "%30s", absl::StrFormat("%s (%.2f%%, %.2f%%)", FormatMemory(node_bytes), in FormatMemoryNode()
Dtfprof_op.h69 int64 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()