#ifndef SERVICES_WEBNN_PUBLIC_MOJOM_OPERAND_DESCRIPTOR_MOJOM_TRAITS_H_
#define SERVICES_WEBNN_PUBLIC_MOJOM_OPERAND_DESCRIPTOR_MOJOM_TRAITS_H_
#include "base/component_export.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "services/webnn/public/cpp/operand_descriptor.h"
#include "services/webnn/public/mojom/webnn_graph.mojom-shared.h"
namespace mojo {
template <>
struct COMPONENT_EXPORT(WEBNN_MOJOM_TRAITS)
StructTraits<webnn::mojom::OperandDescriptorDataView,
webnn::OperandDescriptor> { … };
}
#endif