1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
/*
* ***THIS FILE IS GENERATED. ***
* See to_string.h.mako for modifications
*
* Copyright (C) 2025-2026 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
* @file zer_to_string.h
*
* to_string functions for Level Zero types
*/
#ifndef _ZER_TO_STRING_H
#define _ZER_TO_STRING_H
#include "ze_api.h"
#include <string>
#include <sstream>
#include <iomanip>
// Include ze_to_string.h for common definitions
#include "ze_to_string.h"
namespace loader {
// Struct to_string functions
} // namespace loader
#endif // _ZER_TO_STRING_H
|