Home
last modified time | relevance | path

Searched refs:AddShape (Results 1 – 7 of 7) sorted by relevance

/external/skia/gm/
Dnested.cpp56 static void AddShape(SkPathBuilder* b, const SkRect& rect, Shapes shape, SkPathDirection dir) { in AddShape() function in skiagm::NestedGM
108 AddShape(&builder, outerRect, (Shapes) outerShape, SkPathDirection::kCW); in onDraw()
109 AddShape(&builder, innerRects[innerRect], (Shapes) innerShape, in onDraw()
/external/skqp/gm/
Dnested.cpp48 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) { in AddShape() function in skiagm::NestedGM
100 AddShape(&path, outerRect, (Shapes) outerShape, SkPath::kCW_Direction); in onDraw()
101 AddShape(&path, innerRects[innerRect], (Shapes) innerShape, in onDraw()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_shape_optimization_profiles.h141 void AddShape(const std::vector<TensorShape>& shapes) { in AddShape() function
Dtrt_shape_optimization_profiles_test.cc171 profile.AddShape(shape_vec); in TEST_F()
/external/tensorflow/tensorflow/lite/micro/
Dmicro_mutable_op_resolver.h377 TfLiteStatus AddShape() { in AddShape() function
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc684 cache_res->profiles_.AddShape(input_concrete_shapes); in ComputeAsync()
691 cache_res->profiles_.AddShape(input_concrete_shapes); in ComputeAsync()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc1484 profiles.AddShape(input_shapes); in BuildAndRun()