Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DScalarTest.cpp44 struct PointSet { struct
45 const SkPoint* fPts;
46 size_t fCount;
47 bool fIsFinite;
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dcollected_metrics.h138 struct PointSet { struct
142 // No two Points in the same PointSet should have the same set of labels. argument
150 std::map<string, std::unique_ptr<PointSet>> point_set_map; argument