I've been reading a lot about Jetson Nano and Google Coral Devboard and in most documentation and papers i've read, the inferencing and deployment are done using prebuilt convolutional neural networks such as AlexNet, Inception, MobileNet and other neural networks used for image classification. From what i understand these microcomputers require that the neural network is converted to a tensorflow model or any framework they accept to perform inferencing of the model.
What i would like to know is: for both Jetson Nano and Google Coral Devboard, can i have my own convolutional neural network that has nothing to do with those convolutional neural networks examplified in the documentation and deploy them to those boards?