Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dsquared_difference.cc159 const int32_t raw_diff = scaled_input1_val - scaled_input2_val; in SquaredDifference() local
162 const int32_t squared_raw_diff = raw_diff * raw_diff; in SquaredDifference()
/aosp_15_r20/tools/repohooks/rh/
H A Dgit.py132 def raw_diff(path, target): function
167 return raw_diff(os.getcwd(), f'{commit}^-')
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dformat_code.py281 raw_diff = process.stdout.decode(errors='replace')
283 matches = tuple(_DIFF_START.finditer(raw_diff))
285 errors[Path(start.group(1))] = raw_diff[