Home
last modified time | relevance | path

Searched defs:shape (Results 26 - 50 of 136) sorted by relevance

123456

/test/xts/acts/ai/nncore/opstest/src/
H A Dnncore_utils.cpp28 NN_TensorDesc* createTensorDesc(const int32_t* shape, size_t shapeNum, OH_NN_DataType dataType, OH_NN_Format format) in createTensorDesc() argument
H A Dcrop_test.cpp37 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 Dnnrt_utils.h34 std::vector<int32_t> shape; member
/test/xts/acts/ai/nncore/opstest/include/
H A Dnncore_utils.h32 std::vector<int32_t> shape; member
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
H A DExecutorTest.cpp299 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 Dmpeg4videodec.h37 int shape; member
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_median_filter.c163 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 DGrShape.cpp13 GrShape& GrShape::operator=(const GrShape& shape) { in operator =() argument
[all...]
/third_party/skia/src/gpu/ops/
H A DTessellationPathRenderer.cpp89 const GrStyledShape& shape = *args.fShape; in onCanDrawPath() local
[all...]
H A DSmallPathAtlasMgr.cpp101 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 DSampleDegenerateQuads.cpp66 SkPath shape; in get_area_coverage() local
/third_party/skia/tests/
H A DPathRendererCacheTests.cpp58 &shape, in draw_path() local
/third_party/python/Objects/clinic/
H A Dmemoryobject.c.h76 PyObject *shape = NULL; in memoryview_cast() local
/third_party/python/Include/
H A Dpybuffer.h29 Py_ssize_t *shape; member
/third_party/skia/experimental/graphite/src/geom/
H A DShape.h35 Shape(const Shape& shape) { *this = shape; } in Shape() argument
/third_party/skia/gm/
H A Drecordopts.cpp109 sk_sp<SkPicture> shape; in draw_svg_opacity_and_filter_layer_sequence() local
/third_party/skia/experimental/sorttoy/
H A DFake.cpp112 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 DCmds.cpp183 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 Ddevice_manager_test.cpp376 std::vector<int64_t> shape; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_particle_bridge.cpp52 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 Djs_form.cpp70 JSRef<JSVal> shape = obj->GetProperty("shape"); in Create() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmodel_view_impl.cpp90 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 Dcj_button_ffi.cpp141 void FfiOHOSAceFrameworkButtonSetType(int32_t shape) in FfiOHOSAceFrameworkButtonSetType() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_model_ng.cpp254 void ScrollableModelNG::SetContentClip(ContentClipMode mode, const RefPtr<ShapeRect>& shape) in SetContentClip() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_property.cpp289 auto shape = propClipShape.value(); in ToJsonValue() local
301 auto shape = propClipMask.value(); in ToJsonValue() local

Completed in 18 milliseconds

123456