You would have to create a child theme to do this. After you have created a child theme, create a new file called functions.php. Then insert the following code into that file:
<?php
function graphene_display_slider(){
graphene_slider();
}
?>
After that, make sure you activate the child theme through Appearance > Themes.