Searched refs:is_same_size (Results 1 – 2 of 2) sorted by relevance
62 bool is_same_size(Value a, Value b) { return ecs_.isEquivalent(a, b); } in is_same_size() function in mlir::kernel_gen::transforms::__anon8364ced70111::BufferSizeAnalysis220 if (!size_equivalences.is_same_size(new_buffer, old_buffer)) continue; in find_reuse_candiates()
497 is_same_size = True502 is_same_size = shape_size == nparray.size525 if is_same_size and numpy_dtype in _TENSOR_CONTENT_TYPES and shape_size > 1: