Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h173 double estimated_gbps);
Dcostmodel.cc381 double estimated_gbps) { in CopyTimeEstimate() argument
389 const double bytes_per_usec = estimated_gbps * 1000.0 / 8; in CopyTimeEstimate()