Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/cadence/runtime/
H A Druntime.py190 ref_outputs = to_nd_array(ref_outputs)
191 outputs = to_nd_array(outputs)
227 def to_nd_array(v: Union[bool, numbers.Number, ndarray, torch.Tensor]) -> np.ndarray: function