Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h165 double estimated_gbps);
Dcostmodel.cc379 double estimated_gbps) { in CopyTimeEstimate() argument
387 const double bytes_per_usec = estimated_gbps * 1000.0 / 8; in CopyTimeEstimate()