Home
last modified time | relevance | path

Searched defs:AMDInfo (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h101 struct AMDInfo { struct
103 int shader_engines = 0;
104 int compute_units_per_shader_engine = 0;
105 int GetComputeUnitsCount() const { in GetComputeUnitsCount()