Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dcost_estimator.h37 double gigaops; member
49 : gigaops(INFINITY), in DeviceInfo()
55 : gigaops(input.gigaops), in DeviceInfo()
60 DeviceInfo(double gigaops, double gb_per_sec,
63 : gigaops(gigaops), in gigaops() function
Dop_level_cost_estimator_test.cc1066 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F()
1099 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F()
2172 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F()
2195 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F()
2226 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F()
2279 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F()
2301 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F()
Dop_level_cost_estimator.cc832 if (device_info.gigaops <= 0 || device_info.gb_per_sec <= 0 || in PredictOpCountBasedCost()
840 Costs::NanoSeconds compute_cost(std::ceil(operations / device_info.gigaops)); in PredictOpCountBasedCost()
/external/tensorflow/tensorflow/python/grappler/
Dcluster_wrapper.cc252 return info.gigaops; in PYBIND11_MODULE()