Home
last modified time | relevance | path

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

/external/pytorch/torch/ao/pruning/scheduler/
Dcubic_scheduler.py49 initially_zero=False, argument
60 self.initially_zero = self._make_sure_a_list(initially_zero)
65 def sparsity_compute_fn(s_0, s_f, t, t_0, dt, n, initially_zero=False): argument
83 if initially_zero and t < t_0:
103 initially_zero=initially_zero,
105 …itial_sparsity, final_sparsity, initial_epoch, delta_epoch, interval_epochs, initially_zero in zip(
111 self.initially_zero,
/external/pytorch/test/ao/sparsity/
Dtest_scheduler.py118 sparsifier, scheduler = self._make_scheduler(model=model, initially_zero=True)
142 sparsifier, scheduler = self._make_scheduler(model=model, initially_zero=False)
153 model=model, initially_zero=True, init_t=3, delta_t=2, total_t=5
/external/python/cpython3/Objects/mimalloc/
Darena.c240 if (arena->memid.initially_zero && arena->blocks_dirty != NULL) { in mi_arena_try_alloc_at()
241 …memid->initially_zero = _mi_bitmap_claim_across(arena->blocks_dirty, arena->field_count, needed_bc… in mi_arena_try_alloc_at()
260 if (commit_zero) { memid->initially_zero = true; } in mi_arena_try_alloc_at()
803 memid.initially_zero = is_zero; in mi_manage_os_memory_ex()
Dinit.c229 is_zero = memid.initially_zero; in mi_thread_data_zalloc()
Dsegment.c887 if (!segment->memid.initially_zero) { in mi_segment_alloc()
/external/python/cpython3/Include/internal/mimalloc/mimalloc/
Dtypes.h432 bool initially_zero; // `true` if the memory was originally zero initialized member
Dinternal.h745 memid.initially_zero = is_zero; in _mi_memid_create_os()