#include "services/webnn/public/mojom/operand_descriptor_mojom_traits.h"
#include <array>
#include "mojo/public/cpp/test_support/test_utils.h"
#include "services/webnn/public/cpp/ml_buffer_usage.h"
#include "services/webnn/public/cpp/operand_descriptor.h"
#include "services/webnn/public/mojom/buffer_usage_mojom_traits.h"
#include "services/webnn/public/mojom/webnn_graph.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
namespace {
webnn::OperandDescriptor CreateInvalidOperandDescriptor() { … }
}
TEST(OperandDescriptorMojomTraitsTest, Basic) { … }
TEST(OperandDescriptorMojomTraitsTest, EmptyShape) { … }
TEST(OperandDescriptorMojomTraitsTest, ZeroDimension) { … }
TEST(OperandDescriptorMojomTraitsTest, ShapeTooLarge) { … }
}