Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/text/
DSkottieShaper.cpp365 Shaper::Result ShapeImpl(const SkString& txt, const Shaper::TextDesc& desc, in ShapeImpl() function
420 auto res = ShapeImpl(txt, desc, box, fontmgr, &res_size); in ShapeToFit()
458 : ShapeImpl(txt, desc, SkRect::MakeEmpty().makeOffset(point.x(), point.y()), fontmgr); in Shape()
465 return ShapeImpl(txt, desc, box, fontmgr); in Shape()
470 auto result = ShapeImpl(txt, desc, box, fontmgr, &size); in Shape()
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher.h1262 template <typename ShapeType, typename ShapeImpl>
1266 const ShapePattern<ShapeType, ShapeImpl>& shape)
1292 ShapePattern<ShapeType, ShapeImpl> shape_;
1866 template <typename ShapeType, typename ShapeImpl>
1868 const ShapePattern<ShapeType, ShapeImpl>& shape) const {
1870 HloInstructionPatternShapeImpl<ShapeType, ShapeImpl>(shape));