chromium/services/webnn/public/mojom/operand_descriptor_mojom_traits_unittest.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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() {}

}  // namespace

TEST(OperandDescriptorMojomTraitsTest, Basic) {}

TEST(OperandDescriptorMojomTraitsTest, EmptyShape) {}

TEST(OperandDescriptorMojomTraitsTest, ZeroDimension) {}

TEST(OperandDescriptorMojomTraitsTest, ShapeTooLarge) {}

}  // namespace mojo