Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dstats.h28 struct CompilerStats {}; struct
Dapi.h48 virtual CompilerStats stats() const = 0;
Dapi.cc357 CompilerStats stats() const final { return stats_; } in stats()
372 CompilerStats stats_;