Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_numpy/testing/
H A Dutils.py573 def array2string(a): function
691 "Max absolute difference: " + array2string(max_abs_error.item())
703 "Max relative difference: " + array2string(max_rel_error.item())
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DUtils.java116 public static String array2string(double[] a, String format) { in array2string() method in Utils
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_tensor.py3107 return np.array2string(x, separator=", ")