Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DSmallPathAtlasMgr.h99 using ShapeCache = SkTDynamicHash<SmallPathShapeData, SmallPathShapeDataKey>; variable
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DPathAtlas.h163 using ShapeCache = skia_private::THashMap<skgpu::UniqueKey, AtlasLocator, UniqueKeyHash>; variable
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dir.cpp126 using ShapeCache = Cache<hash_t, Shape, HashReducer>; typedef
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dsymbolic_shape_cache.cpp81 using ShapeCache = lazy::Cache< typedef