tutorials-kr
tutorials-kr copied to clipboard
recipes_source/android_native_app_with_custom_op.rst 오타 수정
문서 URL
수정이 필요한 URL을 남겨주세요. (예. https://tutorials.pytorch.kr/beginner/basics/intro.html)
- URL: https://tutorials.pytorch.kr/recipes/android_native_app_with_custom_op.html
변경 사항
(1)어떤 단어 / 문장 / 내용이 (2)어떻게 변경되어야 한다고 생각하세요? assertFilePath / 액티비티의 OnCreate 메소드는 액티비티 생성 직후 호출됩니다. 이 메소드 안에서 assertFilePath 를 호출하고, 앞서 생성한 파일을 JNI 호출을 통해 네이티브 코드로 전달하는 NativeClient 클래스를 호출합니다. / assetFilePath
추가 정보
위와 같이 생각하신 이유 또는 다른 참고할 정보가 있다면 알려주세요. OnCreate 메소드 안에는 assertFilePath가 존재 하지 않으며, assetFilePath 이 메소드가 존재합니다. 따라서 assertFilePath를 assetFilePath로 변경해야 되지 않을까 생각합니다.