| /foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/ |
| D | nn_tensor_test.cpp | 294 int32_t* shape = &index; variable 397 int32_t* shape = &index; variable 462 int32_t* shape = &index; variable 531 int32_t* shape = &index; variable 598 int32_t* shape = &index; variable 627 int32_t* shape = &index; variable 778 int32_t* shape = &index; variable 809 int32_t* shape = &index; variable 840 int32_t* shape = &index; variable 871 int32_t* shape = &index; variable [all …]
|
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
| D | tensor_desc.cpp | 92 OH_NN_ReturnCode TensorDesc::GetShape(int32_t** shape, size_t* shapeNum) const in GetShape() 111 OH_NN_ReturnCode TensorDesc::SetShape(const int32_t* shape, size_t shapeNum) in SetShape()
|
| D | neural_network_core.cpp | 890 NNRT_API OH_NN_ReturnCode OH_NNTensorDesc_SetShape(NN_TensorDesc *tensorDesc, const int32_t *shape,… in OH_NNTensorDesc_SetShape() 909 int32_t **shape, in OH_NNTensorDesc_GetShape() 1473 int32_t **shape, in OH_NNExecutor_GetOutputShape()
|
| /foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/ |
| D | Scene.js | 27 addShape(shape) { argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/ |
| D | particle_model.h | 33 ParticleDisturbanceShapeType shape = ParticleDisturbanceShapeType::RECT; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| D | render_property.cpp | 283 auto shape = propClipShape.value(); in ToJsonValue() local 295 auto shape = propClipMask.value(); in ToJsonValue() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
| D | form_request_data.h | 44 int32_t shape = -1; member
|
| /foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/30/ |
| D | index.js | 90 shape: "circle", property
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
| D | extension_form_profile.cpp | 393 for (const auto &shape: form.supportShapes) { in GetSupportShapes() local 407 for (const auto &shape: supportShapeSet) { in GetSupportShapes() local
|
| D | form_info.cpp | 120 for (const auto &shape : formInfo.supportShapes) { in FormInfo() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | model_view_impl.cpp | 90 void ModelViewImpl::AddGeometry(const RefPtr<OHOS::Render3D::SVGeometry>& shape) in AddGeometry()
|
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
| D | nntensor.cpp | 345 int32_t* shape = nullptr; in CheckDimRanges() local
|
| D | hdi_prepared_model_v1_0.cpp | 138 int32_t* shape = nullptr; in TransIOTensor() local
|
| D | hdi_prepared_model_v2_1.cpp | 139 int32_t* shape = nullptr; in TransIOTensor() local
|
| D | hdi_prepared_model_v2_0.cpp | 139 int32_t* shape = nullptr; in TransIOTensor() local
|
| D | nn_tensor.cpp | 181 int32_t* shape {nullptr}; in BuildFromTensorDesc() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
| D | scene_viewer_component.h | 181 void AddGeometry(const RefPtr<OHOS::Render3D::SVGeometry>& shape) in AddGeometry()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_button_ffi.cpp | 144 void FfiOHOSAceFrameworkButtonSetType(int32_t shape) in FfiOHOSAceFrameworkButtonSetType()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
| D | ArkCheckbox.ts | 25 shape(value: CheckBoxShape): this { method in ArkCheckboxComponent
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
| D | neural_network_core_test.cpp | 1088 const int32_t* shape = nullptr; variable 1102 const int32_t* shape = nullptr; variable 1144 int32_t* shape = nullptr; variable 1158 int32_t* shape = nullptr; variable 1172 int32_t* shape = nullptr; variable 1735 int32_t* shape = nullptr; variable 1758 int32_t* shape = nullptr; variable
|
| /foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
| D | lume_common.cpp | 339 for (auto shape = shapes_.begin(); shape != shapes_.end();) { in UpdateGeometries() local 1200 std::shared_ptr<Geometry>& shape, CORE3D_NS::INodeSystem& nodeSystem) in DestroyNode() 1247 std::shared_ptr<Geometry>& shape, CORE3D_NS::INodeSystem& nodeSystem) in UpdateNodePosition() 1288 for (auto& shape : shapes) { in LoadCustGeometry() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_form.cpp | 76 JSRef<JSVal> shape = obj->GetProperty("shape"); in Create() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| D | arkts_native_particle_bridge.cpp | 52 …Local<JSValueRef> shape = panda::ArrayRef::GetValueAt(vm, array, index * DISTURBANCE_FIELD_SIZE + … in SetDisturbanceField() local
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/ |
| D | neural_network_runtime_test.cpp | 240 int32_t shape = 3; in SetInputAndOutput() local 1317 int32_t** shape = &ptr; variable 1339 int32_t** shape = nullptr; variable 1361 int32_t** shape = &ptr; variable 1383 int32_t** shape = &ptr; variable 1403 int32_t** shape = &ptr; variable
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | node_slider_modifier.cpp | 411 auto shape = AceType::MakeRefPtr<ShapeRect>(); in SetSliderBlockShape() local 424 auto shape = AceType::MakeRefPtr<Circle>(); in SetSliderBlockShape() local 433 auto shape = AceType::MakeRefPtr<Ellipse>(); in SetSliderBlockShape() local
|