공개 최종 클래스 TensorFlowLite
TensorFlowLite 런타임 및 네이티브 코드를 로드하는 정적 유틸리티 메서드입니다.
공개 메서드
정적 void |
init()
TensorFlowLite 네이티브 라이브러리가 로드되었는지 확인합니다.
|
정적 문자열 |
runtimeVersion()
기본 TensorFlowLite 런타임 버전을 반환합니다.
|
정적 문자열 | |
정적 문자열 |
schemaVersion()
기본 TensorFlowLite 런타임에서 지원되는 TensorFlowLite 모델 스키마 버전을 반환합니다.
|
정적 문자열 |
schemaVersion(InterpreterApi.Options.TfLiteRuntime 런타임)
지정된 TensorFlowLite 런타임에서 지원되는 TensorFlowLite 모델 스키마 버전을 반환합니다.
|
정적 문자열 |
version()
이 메서드는 지원 중단되었습니다.
or #schemaVersion() 사용을 선호합니다.
|
상속된 메서드
공개 메서드
public static void init ()
TensorFlowLite 네이티브 라이브러리가 로드되었는지 확인합니다.
실패하면 적절한 오류 메시지와 함께 UnsatisfiedLinkError가 발생합니다.