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

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.cc 123 .requested_bytes());
172 int64 requested_bytes = 0; local
176 requested_bytes += mem.total_bytes();
181 requested_bytes += exec_mem.host_persistent_bytes() +
189 exec_mem.set_requested_bytes(requested_bytes);
tfprof_node.h 123 int64 requested_bytes() const { function in class:tensorflow::tfprof::ExecStep
124 int64 requested_bytes = 0; local
126 requested_bytes += exec.requested_bytes();
128 return requested_bytes;
571 int64 requested_bytes(int64 step) const { GRAPH_NODE_BYTES(requested); } function in class:tensorflow::tfprof::TFGraphNode
808 requested_bytes_ += node->requested_bytes(step);
844 int64 requested_bytes() const { return requested_bytes_; } function in class:tensorflow::tfprof::TFMultiGraphNode

Completed in 77 milliseconds