Hi,
I am working on a BYOC backend and finally reached the runtime level.
But I’ve looked at the DNNL JSON example (I am using JSON as well) and have not found
a way to access the real tensor values to serialize them for my target.
From the JSON serialization I can access the shapes, etc, but not the data.
I looked into my code and did not a line, that initializes the input tensors.
But the ACL and DNNL Json implementations do not contain anything like this as well.