-
public class ExecutorchRuntimeException.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerOKprivate final IntegerINTERNALprivate final IntegerINVALID_STATEprivate final IntegerEND_OF_METHODprivate final IntegerALREADY_LOADEDprivate final IntegerNOT_SUPPORTEDprivate final IntegerNOT_IMPLEMENTEDprivate final IntegerINVALID_ARGUMENTprivate final IntegerINVALID_TYPEprivate final IntegerOPERATOR_MISSINGprivate final IntegerREGISTRATION_EXCEEDING_MAX_KERNELSprivate final IntegerREGISTRATION_ALREADY_REGISTEREDprivate final IntegerNOT_FOUNDprivate final IntegerMEMORY_ALLOCATION_FAILEDprivate final IntegerACCESS_FAILEDprivate final IntegerINVALID_PROGRAMprivate final IntegerINVALID_EXTERNAL_DATAprivate final IntegerOUT_OF_RESOURCESprivate final IntegerDELEGATE_INVALID_COMPATIBILITYprivate final IntegerDELEGATE_MEMORY_ALLOCATION_FAILEDprivate final IntegerDELEGATE_INVALID_HANDLEpublic final static ExecutorchRuntimeException.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final RuntimeExceptionmakeExecutorchException(Integer errorCode, String details)final IntegergetOK()final IntegergetINTERNAL()final IntegergetINVALID_STATE()final IntegergetEND_OF_METHOD()final IntegergetALREADY_LOADED()final IntegergetNOT_SUPPORTED()final IntegergetNOT_IMPLEMENTED()final IntegergetINVALID_ARGUMENT()final IntegergetINVALID_TYPE()final IntegergetOPERATOR_MISSING()final IntegergetREGISTRATION_EXCEEDING_MAX_KERNELS()final IntegergetREGISTRATION_ALREADY_REGISTERED()final IntegergetNOT_FOUND()final IntegergetMEMORY_ALLOCATION_FAILED()final IntegergetACCESS_FAILED()final IntegergetINVALID_PROGRAM()final IntegergetINVALID_EXTERNAL_DATA()final IntegergetOUT_OF_RESOURCES()final IntegergetDELEGATE_INVALID_COMPATIBILITY()final IntegergetDELEGATE_MEMORY_ALLOCATION_FAILED()final IntegergetDELEGATE_INVALID_HANDLE()-
-
Method Detail
-
makeExecutorchException
final RuntimeException makeExecutorchException(Integer errorCode, String details)
-
getINTERNAL
final Integer getINTERNAL()
-
getINVALID_STATE
final Integer getINVALID_STATE()
-
getEND_OF_METHOD
final Integer getEND_OF_METHOD()
-
getALREADY_LOADED
final Integer getALREADY_LOADED()
-
getNOT_SUPPORTED
final Integer getNOT_SUPPORTED()
-
getNOT_IMPLEMENTED
final Integer getNOT_IMPLEMENTED()
-
getINVALID_ARGUMENT
final Integer getINVALID_ARGUMENT()
-
getINVALID_TYPE
final Integer getINVALID_TYPE()
-
getOPERATOR_MISSING
final Integer getOPERATOR_MISSING()
-
getREGISTRATION_EXCEEDING_MAX_KERNELS
final Integer getREGISTRATION_EXCEEDING_MAX_KERNELS()
-
getREGISTRATION_ALREADY_REGISTERED
final Integer getREGISTRATION_ALREADY_REGISTERED()
-
getNOT_FOUND
final Integer getNOT_FOUND()
-
getMEMORY_ALLOCATION_FAILED
final Integer getMEMORY_ALLOCATION_FAILED()
-
getACCESS_FAILED
final Integer getACCESS_FAILED()
-
getINVALID_PROGRAM
final Integer getINVALID_PROGRAM()
-
getINVALID_EXTERNAL_DATA
final Integer getINVALID_EXTERNAL_DATA()
-
getOUT_OF_RESOURCES
final Integer getOUT_OF_RESOURCES()
-
getDELEGATE_INVALID_COMPATIBILITY
final Integer getDELEGATE_INVALID_COMPATIBILITY()
-
getDELEGATE_MEMORY_ALLOCATION_FAILED
final Integer getDELEGATE_MEMORY_ALLOCATION_FAILED()
-
getDELEGATE_INVALID_HANDLE
final Integer getDELEGATE_INVALID_HANDLE()
-
-
-
-