from tvm import relay
from tvm.relay import testing
import numpy as np
from infrastructure import get_ref_result
batch_size = 1
num_class = 1000
image_shape = (3, 224, 224)
data_shape = (batch_size,) + image_shape
out_shape = (batch_size, num_class)
dtype="float32"
mod, params = relay.testing.m
if we deploy the so remotely to a board, how to package the header file?
---
[Visit
Topic](https://discuss.tvm.apache.org/t/building-tvm-with-c-runtime-support/7006/6)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here