blob: c3e954a3dae4016ea07547826972ccb12ef40b8c [file] [log] [blame]
// chromeos/services/machine_learning/public/mojom/model.mojom-blink-forward.h is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMEOS_SERVICES_MACHINE_LEARNING_PUBLIC_MOJOM_MODEL_MOJOM_BLINK_FORWARD_H_
#define CHROMEOS_SERVICES_MACHINE_LEARNING_PUBLIC_MOJOM_MODEL_MOJOM_BLINK_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
#ifdef KYTHE_IS_RUNNING
#pragma kythe_inline_metadata "Metadata comment"
#endif
namespace chromeos {
namespace machine_learning {
namespace mojom {
enum class BuiltinModelId : int32_t;
enum class GpuDelegateApi : int32_t;
enum class CreateGraphExecutorResult : int32_t;
class ModelInterfaceBase;
} // namespace chromeos
} // namespace machine_learning
} // namespace mojom
namespace chromeos {
namespace machine_learning {
namespace mojom {
namespace blink {
// Aliases for definition in the parent namespace.
using BuiltinModelId = BuiltinModelId;
using GpuDelegateApi = GpuDelegateApi;
using CreateGraphExecutorResult = CreateGraphExecutorResult;
using ModelInterfaceBase = ModelInterfaceBase;
class GraphExecutorOptions;
using GraphExecutorOptionsPtr = mojo::InlinedStructPtr<GraphExecutorOptions>;
class BuiltinModelSpec;
using BuiltinModelSpecPtr = mojo::InlinedStructPtr<BuiltinModelSpec>;
class FlatBufferModelSpec;
using FlatBufferModelSpecPtr = mojo::StructPtr<FlatBufferModelSpec>;
class Model;
} // namespace blink
} // namespace mojom
} // namespace machine_learning
} // namespace chromeos
#endif // CHROMEOS_SERVICES_MACHINE_LEARNING_PUBLIC_MOJOM_MODEL_MOJOM_BLINK_FORWARD_H_