Since: API level 34
public static final enum

KnoxAiSession.DataFormat

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.DataFormat

Deprecated in API level 37

Class Overview

The data format constants, used for DataBuffer.

Since
API level 34
KNOX 3.7.1

Summary

Enum Values
KnoxAiSession.DataFormat  NCHW  Deprecated in API level 37  
KnoxAiSession.DataFormat  NHWC  Deprecated in API level 37  
Public Methods
byte getValue()
Deprecated in API level 37
static KnoxAiSession.DataFormat valueOf(String name)
final static DataFormat[] 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.DataFormat NCHW

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.DataFormat NHWC

Since: API level

Deprecated in API level 37

Since
API level 34
KNOX 3.7.1

Public Methods

public byte getValue ()

Since: API level 34

Deprecated in API level 37

To retrieve the byte value.

Since
API level 34
KNOX 3.7.1

public static KnoxAiSession.DataFormat valueOf (String name)

Since: API level 36

public static final DataFormat[] values ()

Since: API level 36