diff --git a/generator/templates/dawn_native/wnn_structs.h b/generator/templates/dawn_native/wnn_structs.h index 7939d535..a4b27d0b 100644 --- a/generator/templates/dawn_native/wnn_structs.h +++ b/generator/templates/dawn_native/wnn_structs.h @@ -15,7 +15,7 @@ #ifndef DAWNNATIVE_WNN_STRUCTS_H_ #define DAWNNATIVE_WNN_STRUCTS_H_ -#include "dawn/webgpu_cpp.h" +#include "dawn/webnn_cpp.h" #include "dawn_native/Forward.h" namespace dawn_native { diff --git a/generator/templates/webnn_cpp.h b/generator/templates/webnn_cpp.h index d507a9df..1169edb9 100644 --- a/generator/templates/webnn_cpp.h +++ b/generator/templates/webnn_cpp.h @@ -11,8 +11,8 @@ //* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. //* See the License for the specific language governing permissions and //* limitations under the License. -#ifndef WEBGPU_CPP_H_ -#define WEBGPU_CPP_H_ +#ifndef WEBNN_CPP_H_ +#define WEBNN_CPP_H_ #include "dawn/webnn.h" #include "dawn/EnumClassBitmasks.h" @@ -217,4 +217,4 @@ namespace wnn { } // namespace wnn -#endif // WEBGPU_CPP_H_ +#endif // WEBNN_CPP_H_