Home
last modified time | relevance | path

Searched refs:ObjectStats (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dstats.h30 struct ObjectStats { struct
39 ObjectStats buffers; argument
41 ObjectStats textures;
53 inline std::string ToString(const ObjectStats& stats) { in ToString()