Searched refs:create_padding_config (Results 1 – 1 of 1) sorted by relevance
67 auto create_padding_config = [](Shape& shape, Shape& new_shape) { in PadForTensorCores() local79 auto l_padding_config = create_padding_config(lshape, new_lshape); in PadForTensorCores()80 auto r_padding_config = create_padding_config(rshape, new_rshape); in PadForTensorCores()