Home
last modified time | relevance | path

Searched defs:peak_bytes (Results 1 – 6 of 6) sorted by relevance

/external/icing/icing/testing/
Drecorder-test-utils.h26 int64_t peak_bytes; member
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto34 int64 peak_bytes = 24; field
96 int64 peak_bytes = 16; field
Dtfprof_log.proto140 int64 peak_bytes = 7; field
/external/tensorflow/tensorflow/core/framework/
Dstep_stats.proto26 int64 peak_bytes = 3; field
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h129 int64 peak_bytes() const { in peak_bytes() function
130 int64 peak_bytes = 0; in peak_bytes() local
571 int64 peak_bytes(int64 step) const { GRAPH_NODE_BYTES(peak); } in peak_bytes() function
844 int64 peak_bytes() const { return peak_bytes_; } in peak_bytes() function
Dtfprof_node.cc172 int64 peak_bytes = 0; in AddMemoryStats() local