Home
last modified time | relevance | path

Searched defs:GetDiv (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dcolumn_chart.py68 def GetDiv(self): member in ColumnChart
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dring_reducer_test.cc71 std::unique_ptr<OpKernel> GetDiv(DataType dtype, const DeviceType& device_type, in GetDiv() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcollective_nccl_test.cc72 std::unique_ptr<OpKernel> GetDiv(DeviceBase* device) { in GetDiv() function
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_range_test.cc261 Value GetDiv(HInductionVarAnalysis::InductionInfo* info1, in GetDiv() function in art::InductionVarRangeTest
H A Dinduction_var_range.cc887 InductionVarRange::Value InductionVarRange::GetDiv(const HBasicBlock* context, in GetDiv() function in art::InductionVarRange