Skip to content

Instantly share code, notes, and snippets.

View daigo0927's full-sized avatar
😀

Daigo Hirooka daigo0927

😀
View GitHub Profile
import numpy as np
import torch
import torch.nn.functional as F
import onnx
import onnxruntime as ort
from torch.onnx import register_custom_op_symbolic
import torch.onnx.symbolic_helper as sym_help