Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/nn/utils/
H A Dprune.py618 def make_mask(t, dim, nchannels, nchannels_toprune): function
735 def make_mask(t, dim, indices): function
/aosp_15_r20/external/skia/gm/
H A Dimagemasksubset.cpp35 sk_sp<SkImage> make_mask(const sk_sp<SkSurface>& surface) { in make_mask() function
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Darray_ops_test.py148 def CheckVersusNumpy(self, ndims_mask, arr_shape, make_mask=None, axis=None): argument
151 make_mask = lambda shape: self.rng.randint(0, 2, size=shape).astype(bool) function
227 make_mask = lambda shape: np.zeros(shape, dtype=bool) function