ProfileOptions.DeviceType

public static final enum ProfileOptions.DeviceType

Protobuf enum tensorflow.ProfileOptions.DeviceType

Constants

int CPU_VALUE CPU = 1;
int GPU_VALUE GPU = 2;
int TPU_VALUE TPU = 3;
int UNSPECIFIED_VALUE UNSPECIFIED = 0;

Inherited Methods

Enum Values

public static final ProfileOptions.DeviceType CPU

CPU = 1;

public static final ProfileOptions.DeviceType GPU

GPU = 2;

public static final ProfileOptions.DeviceType TPU

TPU = 3;

public static final ProfileOptions.DeviceType UNRECOGNIZED

public static final ProfileOptions.DeviceType UNSPECIFIED

UNSPECIFIED = 0;

Constants

public static final int CPU_VALUE

CPU = 1;

Constant Value: 1

public static final int GPU_VALUE

GPU = 2;

Constant Value: 2

public static final int TPU_VALUE

TPU = 3;

Constant Value: 3

public static final int UNSPECIFIED_VALUE

UNSPECIFIED = 0;

Constant Value: 0