Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dcolumn_chart.py58 def GetDiv(self): member in ColumnChart
Dresults_report.py415 chart_divs = ''.join(chart.GetDiv() for chart in charts)
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_reducer_test.cc62 std::unique_ptr<OpKernel> GetDiv(DeviceBase* device) { in GetDiv() function
247 col_params_.final_op = GetDiv(device_); in DoReduce()
/external/tensorflow/tensorflow/core/common_runtime/
Dring_reducer_test.cc121 std::unique_ptr<OpKernel> GetDiv(DataType dtype, const DeviceType& device_type, in GetDiv() function
469 GetDiv(col_params_.instance.data_type, device_type_, device_); in DoReduce()