Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h290 #define GRAPH_NODE_BYTES(type) \ macro
571 int64 requested_bytes(int64 step) const { GRAPH_NODE_BYTES(requested); } in requested_bytes()
572 int64 peak_bytes(int64 step) const { GRAPH_NODE_BYTES(peak); } in peak_bytes()
573 int64 residual_bytes(int64 step) const { GRAPH_NODE_BYTES(residual); } in residual_bytes()
574 int64 output_bytes(int64 step) const { GRAPH_NODE_BYTES(output); } in output_bytes()