Searched refs:self_mask (Results 1 – 2 of 2) sorted by relevance
1468 uint32_t self_mask = 0; in vn_fix_graphics_pipeline_create_infos() local1471 self_mask |= fix_descs[i].self.mask; in vn_fix_graphics_pipeline_create_infos()1475 if (!self_mask && !pnext_mask) { in vn_fix_graphics_pipeline_create_infos()
1038 static Tensor dense_to_sparse_compressed(const Tensor& self, const Tensor& self_mask, IntArrayRef b… in dense_to_sparse_compressed() argument1054 …o not_zero_mask = blocked_layout ? _batch_tile_tensor(self_mask, blocksize, dense_dim) : self_mask; in dense_to_sparse_compressed()