Searched refs:check_dim (Results 1 – 2 of 2) sorted by relevance
365 bool check_dim = (first_dim == -1); in Compute() local385 if (check_dim) { in Compute()390 check_dim = false; in Compute()
104 for check_dim, relaxed_dim in zip(to_check.dims, relaxed.dims):105 if check_dim.value is None and relaxed_dim.value is not None:107 if not relaxed_dim.is_compatible_with(check_dim):