/test/xts/acts/ai/nncore/opstest/src/ |
H A D | nncore_utils.cpp | 28 NN_TensorDesc* createTensorDesc(const int32_t* shape, size_t shapeNum, OH_NN_DataType dataType, OH_NN_Format format) in createTensorDesc() argument
|
H A D | crop_test.cpp | 37 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)};
member 60 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)};
member 83 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)};
member [all...] |
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
H A D | nnrt_utils.h | 34 std::vector<int32_t> shape; member
|
/test/xts/acts/ai/nncore/opstest/include/ |
H A D | nncore_utils.h | 32 std::vector<int32_t> shape; member
|
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/ |
H A D | ExecutorTest.cpp | 299 int32_t shape[4] = {1, 100, 100, 11}; HWTEST_F() local 334 int32_t shape[4] = {1, 1, 1, 1}; //minInputDims HWTEST_F() local 369 int32_t shape[4] = {1, 100, 100, 10}; //maxInputDims HWTEST_F() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg4videodec.h | 37 int shape; member
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_median_filter.c | 163 generate_offsets(enum vl_median_filter_shape shape, unsigned size, in generate_offsets() argument 244 vl_median_filter_init(struct vl_median_filter *filter, struct pipe_context *pipe, unsigned width, unsigned height, unsigned size, enum vl_median_filter_shape shape) vl_median_filter_init() argument
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrShape.cpp | 13 GrShape& GrShape::operator=(const GrShape& shape) { in operator =() argument [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | TessellationPathRenderer.cpp | 89 const GrStyledShape& shape = *args.fShape; in onCanDrawPath() local [all...] |
H A D | SmallPathAtlasMgr.cpp | 101 SmallPathShapeData* SmallPathAtlasMgr::findOrCreate(const GrStyledShape& shape, in findOrCreate() argument 109 SmallPathShapeData* SmallPathAtlasMgr::findOrCreate(const GrStyledShape& shape, in findOrCreate() argument
|
/third_party/skia/samplecode/ |
H A D | SampleDegenerateQuads.cpp | 66 SkPath shape; in get_area_coverage() local
|
/third_party/skia/tests/ |
H A D | PathRendererCacheTests.cpp | 58 &shape, in draw_path() local
|
/third_party/python/Objects/clinic/ |
H A D | memoryobject.c.h | 76 PyObject *shape = NULL; in memoryview_cast() local
|
/third_party/python/Include/ |
H A D | pybuffer.h | 29 Py_ssize_t *shape; member
|
/third_party/skia/experimental/graphite/src/geom/ |
H A D | Shape.h | 35 Shape(const Shape& shape) { *this = shape; } in Shape() argument
|
/third_party/skia/gm/ |
H A D | recordopts.cpp | 109 sk_sp<SkPicture> shape; in draw_svg_opacity_and_filter_layer_sequence() local
|
/third_party/skia/experimental/sorttoy/ |
H A D | Fake.cpp | 112 void FakeDevice::drawShape(ID id, PaintersOrder paintersOrder, Shape shape, SkIRect r, FakePaint p) { in drawShape() argument 121 void FakeDevice::clipShape(ID id, PaintersOrder paintersOrder, Shape shape, SkIRect r) { in clipShape() argument 163 void FakeCanvas::drawShape(ID id, Shape shape, SkIRect r, FakePaint p) { in drawShape() argument 169 void FakeCanvas::clipShape(ID id, Shape shape, SkIRect r) { in clipShape() argument
|
H A D | Cmds.cpp | 183 ClipCmd::ClipCmd(ID id, Shape shape, SkIRect r) in ClipCmd() argument 189 ClipCmd::ClipCmd(ID id, PaintersOrder paintersOrderWhenAdded, Shape shape, SkIRect r) in ClipCmd() argument 45 DrawCmd(ID id, Shape shape, SkIRect r, const FakePaint& p) DrawCmd() argument 55 DrawCmd(ID id, PaintersOrder paintersOrder, Shape shape, SkIRect r, const FakePaint& p, sk_sp<FakeMCBlob> state) DrawCmd() argument
|
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/ |
H A D | device_manager_test.cpp | 376 std::vector<int64_t> shape; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_particle_bridge.cpp | 52 Local<JSValueRef> shape = panda::ArrayRef::GetValueAt(vm, array, index * DISTURBANCE_FIELD_SIZE + STEP_1); in SetDisturbanceField() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_form.cpp | 70 JSRef<JSVal> shape = obj->GetProperty("shape"); in Create() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | model_view_impl.cpp | 90 void ModelViewImpl::AddGeometry(const RefPtr<OHOS::Render3D::SVGeometry>& shape) in AddGeometry() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_button_ffi.cpp | 141 void FfiOHOSAceFrameworkButtonSetType(int32_t shape) in FfiOHOSAceFrameworkButtonSetType() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_model_ng.cpp | 254 void ScrollableModelNG::SetContentClip(ContentClipMode mode, const RefPtr<ShapeRect>& shape) in SetContentClip() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_property.cpp | 289 auto shape = propClipShape.value(); in ToJsonValue() local 301 auto shape = propClipMask.value(); in ToJsonValue() local
|