Since: API level 34
public static final enum

KnoxAiSession.ModelType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.samsung.android.knox.ex.knoxAI.KnoxAiSession.ModelType

Deprecated in API level 37

Class Overview

The Model types, used for KfaOptions.

Since
API level 34
KNOX 3.7.1

Summary

Enum Values
KnoxAiSession.ModelType  CAFFE  Deprecated in API level 37  
KnoxAiSession.ModelType  EDEN  Deprecated in API level 37  
KnoxAiSession.ModelType  HVXNN  Deprecated in API level 37  
KnoxAiSession.ModelType  OFI  Deprecated in API level 37  
KnoxAiSession.ModelType  ONNX  Deprecated in API level 37  
KnoxAiSession.ModelType  SNAPLITE  Deprecated in API level 37  
KnoxAiSession.ModelType  SNF  Deprecated in API level 37  
KnoxAiSession.ModelType  SNPE  Deprecated in API level 37  
KnoxAiSession.ModelType  TENSORFLOW  Deprecated in API level 37  
KnoxAiSession.ModelType  TENSORFLOWLITE  Deprecated in API level 37  
KnoxAiSession.ModelType  TVM  Deprecated in API level 37  
Public Methods
int getValue()
Deprecated in API level 37
static KnoxAiSession.ModelType valueOf(String name)
final static ModelType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final KnoxAiSession.ModelType CAFFE

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelType EDEN

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelType HVXNN

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelType OFI

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelType ONNX

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelType SNAPLITE

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelType SNF

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelType SNPE

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelType TENSORFLOW

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelType TENSORFLOWLITE

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.ModelType TVM

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

Public Methods

public int getValue ()

Since: API level 34

Deprecated in API level 37

To retrieve the integer value.

Since
API level 34
KNOX 3.7.1

public static KnoxAiSession.ModelType valueOf (String name)

Since: API level 36

public static final ModelType[] values ()

Since: API level 36