Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc389 const double bytes_per_usec = estimated_gbps * 1000.0 / 8; in CopyTimeEstimate() local
392 static_cast<int64>(copy_bytes / bytes_per_usec + min_micros)); in CopyTimeEstimate()