Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dcost_estimator.h35 double gigaops; member
47 : gigaops(INFINITY), in DeviceInfo()
53 : gigaops(input.gigaops), in DeviceInfo()
58 DeviceInfo(double gigaops, double gb_per_sec,
61 : gigaops(gigaops), in gigaops() function
Dop_level_cost_estimator.cc515 if (device_info.gigaops <= 0 || device_info.gb_per_sec <= 0 || in PredictOpCountBasedCost()
523 Costs::NanoSeconds compute_cost(std::ceil(operations / device_info.gigaops)); in PredictOpCountBasedCost()
/external/tensorflow/tensorflow/python/grappler/
Dcluster.i313 return info.gigaops; in TF_EstimatePerformance()