Skip to content

Instantly share code, notes, and snippets.

@hsmnzaydn
Created April 19, 2018 11:01
Show Gist options
  • Save hsmnzaydn/75bfdee04b85b39df2e0c0c7e2e83e5e to your computer and use it in GitHub Desktop.
Save hsmnzaydn/75bfdee04b85b39df2e0c0c7e2e83e5e to your computer and use it in GitHub Desktop.
public class MainActivity extends AppCompatActivity {
private Interpreter tflite;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment