Home
last modified time | relevance | path

Searched defs:diagflat (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_array_ops.py341 def diagflat(v, k=0): function
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_funcs_impl.py1072 def diagflat(v: ArrayLike, k=0): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp1050 Tensor diagflat(const Tensor& self, int64_t offset) { in diagflat() function