#ifndef MIOPEN_GUARD_MLOPEN_LOAD_FILE_HPP
#define MIOPEN_GUARD_MLOPEN_LOAD_FILE_HPP

#include <string>

namespace miopen {

std::string LoadFile(const std::string& s);

} // namespace miopen

#endif
