Add a get_inputs_kernel_bias method to the DenseGeneral layer.
This method returns the inputs, kernel, bias, dot_dimension_nums, and out_shape_sequence_int. This is useful for users who want to use the DenseGeneral layer with custom kernel containing the dot_general step.
PiperOrigin-RevId: 629615743