Searched refs:AddShape (Results 1 – 7 of 7) sorted by relevance
/external/skia/gm/ |
D | nested.cpp | 56 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/ |
D | nested.cpp | 48 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/ |
D | trt_shape_optimization_profiles.h | 141 void AddShape(const std::vector<TensorShape>& shapes) { in AddShape() function
|
D | trt_shape_optimization_profiles_test.cc | 171 profile.AddShape(shape_vec); in TEST_F()
|
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_mutable_op_resolver.h | 377 TfLiteStatus AddShape() { in AddShape() function
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/ |
D | trt_engine_op.cc | 684 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/ |
D | convert_nodes_test.cc | 1484 profiles.AddShape(input_shapes); in BuildAndRun()
|