Searched refs:gigaops (Results 1 – 4 of 4) sorted by relevance
37 double gigaops; member49 : gigaops(INFINITY), in DeviceInfo()55 : gigaops(input.gigaops), in DeviceInfo()60 DeviceInfo(double gigaops, double gb_per_sec,63 : gigaops(gigaops), in gigaops() function
1066 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()
832 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()
252 return info.gigaops; in PYBIND11_MODULE()