To get started with SameDiff, familiarize yourself with the autodiff module of the ND4J API located here on GitHub.
For better or worse, SameDiff code is organized in just a few key places. For basic usage and testing of SameDiff the following modules are key. We'll discuss some of them in more detail in just a bit.
functions: This module has the basic building blocks to build SameDiff variables and graphs.execution: has everything related to SameDiff graph execution.