Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM ONNX.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_ONNXBINDINGFWD_H_
#define DOM_ONNXBINDINGFWD_H_
namespace mozilla {
namespace dom {
class OwningUTF8StringSequenceOrUTF8StringTensorOrNullRecord;
class UTF8StringSequenceOrUTF8StringTensorOrNullRecord;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using InferenceSessionFetchesType = UTF8StringSequenceOrUTF8StringTensorOrNullRecord;
using OwningInferenceSessionFetchesType = OwningUTF8StringSequenceOrUTF8StringTensorOrNullRecord;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
struct InferenceSessionRunOptions;
struct InferenceSessionSessionOptions;
class InferenceSession;
class Tensor;
} // namespace dom
} // namespace mozilla
#endif // DOM_ONNXBINDINGFWD_H_