Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dbenchmark_meta_gemm.cc64 struct Shape { struct
73 Shape(std::int32_t n, std::int32_t m, std::int32_t k) in Shape() argument
104 double run_gemms(std::vector<Shape>* shapes) { in run_gemms() argument
159 void time_all(std::vector<Shape>* shapes, std::int32_t repetitions, in time_all()
179 void time_one(Shape* shape, double max_time) { in time_one()
204 std::vector<Shape> googlenet_gemms; in main()
205 googlenet_gemms.push_back(Shape(12544, 64, 147)); in main()
206 googlenet_gemms.push_back(Shape(3136, 64, 64)); in main()
207 googlenet_gemms.push_back(Shape(3136, 192, 576)); in main()
208 googlenet_gemms.push_back(Shape(784, 64, 192)); in main()
[all …]
/external/llvm/lib/Target/WebAssembly/
DRelooper.h35 struct Shape;
51 Shape
89 Shape *Parent; // The shape we are directly inside
112 struct Shape { struct
115 Shape *Next; // The shape that will appear in the code right after this one argument
116 Shape *Natural; // The shape that control flow gets to naturally (if there is argument
128 Shape(ShapeKind KindInit) : Id(-1), Next(nullptr), Kind(KindInit) {} in Shape() argument
134 struct SimpleShape : public Shape {
137 SimpleShape() : Shape(SK_Simple), Inner(nullptr) {} in SimpleShape()
139 static bool classof(const Shape *S) { return S->getKind() == SK_Simple; } in classof()
[all …]
DRelooper.cpp73 std::deque<Shape *> Shapes;
74 Shape *Root;
302 void Notice(Shape *New) { in Calculate()
317 void Solipsize(Block *Target, Branch::FlowType Type, Shape *Ancestor, in Calculate()
342 Shape *MakeSimple(BlockSet &Blocks, Block *Inner, BlockSet &NextEntries) { in Calculate()
359 Shape *MakeLoop(BlockSet &Blocks, BlockSet &Entries, in Calculate()
401 Shape *Inner = Process(InnerBlocks, Entries, nullptr); in Calculate()
532 Shape *MakeMultiple(BlockSet &Blocks, BlockSet &Entries, in Calculate()
533 BlockBlockSetMap &IndependentGroups, Shape *Prev, in Calculate()
586 Shape *Process(BlockSet &Blocks, BlockSet &InitialEntries, Shape *Prev) { in Calculate()
[all …]
/external/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst33 class Shape {
35 Shape() {}
39 class Square : public Shape {
46 class Circle : public Shape {
56 #. In the header where you declare ``Shape``, you will want to ``#include
72 class Shape {
84 Shape() {}
99 ``Shape``. The reason for this is that since ``Shape`` is abstract
116 class Shape {
128 - Shape() {}
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DExample2_24Test.java55 Shape shape = new Shape(values); in construct()
96 this.representers.put(Shape.class, new RepresentShape()); in MyRepresenter()
105 Shape shape = (Shape) data; in representData()
163 private class Shape { class in Example2_24Test
170 public Shape(List<Entity> entities) { in Shape() method in Example2_24Test.Shape
240 Shape shape = (Shape) yaml.load(Util.getLocalResource("specification/example2_24.yaml")); in testExample_2_24()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DTriangleBean.java20 private Shape shape;
30 public Shape getShape() { in getShape()
34 public void setShape(Shape shape) { in setShape()
DShape.java18 public interface Shape { interface
DTriangle.java18 public class Triangle implements Shape {
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DShapeImmutableTest.java135 Shape loaded = (Shape) yaml.load(source); in testShape()
142 Shape loaded = beanLoader.loadAs(source, Shape.class); in testShapeNoTags()
DShape.java18 public class Shape { class
/external/clang/test/PCH/
Denum.h9 enum Shape { enum
16 enum Shape aRoundShape = Circle;
Denum.c17 enum Shape s = Triangle;
/external/clang/test/CodeGenObjC/
Ddebug-info-impl.m7 @interface Shape : NSObject interface
12 @interface Circle : Shape
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/cldr/
DCheckSystemFonts.java12 import java.awt.Shape;
515 …Map<Rectangle2D,Map<Shape,UnicodeSet>> boundsToData = new TreeMap<Rectangle2D,Map<Shape,UnicodeSet… in getCoverage()
535 Shape shape = glyphVector.getOutline(); in getCoverage()
544 Map<Shape, UnicodeSet> map = boundsToData.get(bounds); in getCoverage()
546 … boundsToData.put(bounds, map = new TreeMap<Shape,UnicodeSet>(ShapeComparator)); in getCoverage()
561 Map<Shape, UnicodeSet> map = boundsToData.get(bounds); in getCoverage()
600 static boolean isInvisible(Shape shape) { in isInvisible()
604 static Comparator<Shape> ShapeComparator = new Comparator<Shape>() {
608 public int compare(Shape s1, Shape s2) {
/external/v8/benchmarks/
Draytrace.js415 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
417 Flog.RayTracer.Shape.Sphere = Class.create();
419 Flog.RayTracer.Shape.Sphere.prototype = {
465 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
467 Flog.RayTracer.Shape.Plane = Class.create();
469 Flog.RayTracer.Shape.Plane.prototype = {
825 var sphere = new Flog.RayTracer.Shape.Sphere(
837 var sphere1 = new Flog.RayTracer.Shape.Sphere(
849 var plane = new Flog.RayTracer.Shape.Plane(
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java244 public void clip(Shape s) in clip()
264 public void draw(Shape s) in draw()
404 public void fill(Shape s) in fill()
449 public Shape getClip() in getClip()
514 public boolean hit(Rectangle rect, Shape s, boolean onStroke) in hit()
549 public void setClip(Shape clip) in setClip()
/external/icu/icu4c/source/common/
Dushape.cpp1204 unsigned int Shape; in shapeUnicode() local
1297 Shape = shapeTable[nextLink & (LINKR + LINKL)] in shapeUnicode()
1302 Shape &= 1; in shapeUnicode()
1307 Shape = 1; in shapeUnicode()
1309 Shape = 0; in shapeUnicode()
1312 Shape = 1; in shapeUnicode()
1314 Shape = 0; in shapeUnicode()
1326 dest[i] = 0xFE70 + IrrelevantPos[(dest[i] - 0x064B)] + Shape; in shapeUnicode()
1329 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape); in shapeUnicode()
1331 dest[i] = (UChar)(0xFE70 + (currLink >> 8) + Shape); in shapeUnicode()
/external/skia/gm/
Daaxfermodes.cpp34 enum Shape { enum
151 this->drawShape(canvas, static_cast<Shape>(shapeIdx), paint, mode); in draw_pass()
230 void drawShape(SkCanvas* canvas, Shape shape, const SkPaint& paint, SkXfermode::Mode mode) { in drawShape()
/external/opencv3/modules/shape/
DCMakeLists.txt1 set(the_description "Shape descriptors and matchers.")
/external/llvm/test/CodeGen/AArch64/
Darm64-virtual_base.ll34 define void @Precompute_Patch_Values(%struct.Bicubic_Patch_Struct* %Shape) {
44 …ptr inbounds %struct.Bicubic_Patch_Struct, %struct.Bicubic_Patch_Struct* %Shape, i64 0, i32 12, i6…
/external/v8/src/
Dobjects.cc16171 template <typename Derived, typename Shape, typename Key>
16172 void Dictionary<Derived, Shape, Key>::Print(std::ostream& os) { // NOLINT in Print()
16190 template<typename Derived, typename Shape, typename Key>
16191 void Dictionary<Derived, Shape, Key>::CopyValuesTo(FixedArray* elements) { in CopyValuesTo()
17040 template<typename Derived, typename Shape, typename Key>
17041 void HashTable<Derived, Shape, Key>::IteratePrefix(ObjectVisitor* v) { in IteratePrefix()
17046 template<typename Derived, typename Shape, typename Key>
17047 void HashTable<Derived, Shape, Key>::IterateElements(ObjectVisitor* v) { in IterateElements()
17053 template<typename Derived, typename Shape, typename Key>
17054 Handle<Derived> HashTable<Derived, Shape, Key>::New( in New()
[all …]
Dobjects.h3152 template <typename Derived, typename Shape, typename Key>
3157 if (Shape::UsesSeed) { in Hash()
3158 return Shape::SeededHash(key, GetHeap()->HashSeed()); in Hash()
3160 return Shape::Hash(key); in Hash()
3165 if (Shape::UsesSeed) { in HashForObject()
3166 return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); in HashForObject()
3168 return Shape::HashForObject(key, object); in HashForObject()
3195 static const int kElementsStartIndex = kPrefixStartIndex + Shape::kPrefixSize;
3196 static const int kEntrySize = Shape::kEntrySize;
3336 template <typename Derived, typename Shape, typename Key>
[all …]
Dobjects-inl.h3125 template <typename Derived, typename Shape, typename Key>
3126 int HashTable<Derived, Shape, Key>::FindEntry(Key key) { in FindEntry()
3131 template<typename Derived, typename Shape, typename Key>
3132 int HashTable<Derived, Shape, Key>::FindEntry(Isolate* isolate, Key key) { in FindEntry()
3138 template <typename Derived, typename Shape, typename Key>
3139 int HashTable<Derived, Shape, Key>::FindEntry(Isolate* isolate, Key key, in FindEntry()
3151 Shape::IsMatch(key, element)) return entry; in FindEntry()
3463 template <typename Derived, typename Shape, typename Key> in STRUCT_LIST()
3464 HashTable<Derived, Shape, Key>* in STRUCT_LIST()
3465 HashTable<Derived, Shape, Key>::cast(Object* obj) { in STRUCT_LIST()
[all …]
/external/opencv3/doc/py_tutorials/py_core/py_basic_ops/
Dpy_basic_ops.markdown76 Shape of image is accessed by img.shape. It returns a tuple of number of rows, columns and channels
/external/ceres-solver/docs/source/
Dmodeling.rst898 Shape of the various common loss functions.