#ifndef SERVICES_WEBNN_PUBLIC_MOJOM_WEBNN_GRAPH_BUILDER_MOJOM_PARAMS_DATA_H_
#define SERVICES_WEBNN_PUBLIC_MOJOM_WEBNN_GRAPH_BUILDER_MOJOM_PARAMS_DATA_H_
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
namespace mojo::internal {
class ValidationContext;
}
namespace webnn::mojom {
namespace internal {
class COMPONENT_EXPORT(WEBNN_MOJOM_SHARED) WebNNGraphBuilder_CreateGraph_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(WEBNN_MOJOM_SHARED) WebNNGraphBuilder_CreateGraph_ResponseParams_Data { … };
static_assert …;
}
class WebNNGraphBuilder_CreateGraph_ParamsDataView { … };
class WebNNGraphBuilder_CreateGraph_ResponseParamsDataView { … };
inline void WebNNGraphBuilder_CreateGraph_ParamsDataView::GetGraphInfoDataView(
::webnn::mojom::GraphInfoDataView* output) { … }
inline void WebNNGraphBuilder_CreateGraph_ResponseParamsDataView::GetResultDataView(
CreateGraphResultDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif