Is there a good example for loading in and using a TensorFlow model with a sketch?

I’m in the process of catching up on TensorFlow and TensorFlow Lite. Is there a good example for loading and using a model on an Artemis device?

So far I’m finding this Edge example (same, similar?):

https://codelabs.developers.google.com/ … sorflow/#9

I’m making good progress in understanding TensorFlow in general. I think I can reference the above link when I get to that point.