Searched defs:all_contiguous (Results 1 – 5 of 5) sorted by relevance
141 bool all_contiguous = is_contiguous(input) in batch_norm_cpu_transform_input_template() local210 bool all_contiguous = is_contiguous(input); in batch_norm_cpu_update_stats_template() local328 bool all_contiguous = is_contiguous(input) in batch_norm_backward_cpu_template() local816 const bool all_contiguous = is_contiguous(self) in batch_norm_cpu() local
269 bool all_contiguous = true; in TORCH_PRECOMPUTE_META_FUNC() local
94 bool all_contiguous = in tensors_have_same_dim_order() local
115 bool all_contiguous = true; in tensors_have_same_dim_order() local
424 bool all_contiguous(TensorList tensors) { in all_contiguous() function