AvailableDeviceInfoOrBuilder

공용 인터페이스 AvailableDeviceInfoOrBuilder
알려진 간접 하위 클래스

공개 방법

추상적인 긴
getMemoryLimit ()
 Memory capacity in bytes.
추상 문자열
getName ()
 Device name.
추상 com.google.protobuf.ByteString
getNameBytes ()
 Device name.
추상 문자열
getPhysicalDescription ()
 The physical description of this device.
추상 com.google.protobuf.ByteString
getPhysicalDescriptionBytes ()
 The physical description of this device.
추상 문자열
getType ()
 Device type, e.g.
추상 com.google.protobuf.ByteString
getTypeBytes ()
 Device type, e.g.

공개 방법

공개 추상 긴 getMemoryLimit ()

 Memory capacity in bytes.
 
int64 memory_limit = 3;

공개 추상 문자열 getName ()

 Device name.
 
string name = 1;

공개 추상 com.google.protobuf.ByteString getNameBytes ()

 Device name.
 
string name = 1;

공개 추상 문자열 getPhysicalDescription ()

 The physical description of this device.
 
string physical_description = 4;

공개 추상 com.google.protobuf.ByteString getPhysicalDescriptionBytes ()

 The physical description of this device.
 
string physical_description = 4;

공개 추상 문자열 getType ()

 Device type, e.g. 'CPU' or 'GPU'.
 
string type = 2;

공개 추상 com.google.protobuf.ByteString getTypeBytes ()

 Device type, e.g. 'CPU' or 'GPU'.
 
string type = 2;