Home
last modified time | relevance | path

Searched refs:preserveAspectRatio (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_resize_v10.md41 | boolean [preserveAspectRatio](#preserveaspectratio) | 一个布尔值,指示resize操作是否保持x张量的height/width比例。 |
148 ### preserveAspectRatio subsection
151 boolean Resize::preserveAspectRatio
H A D_resize_v20.md35 | boolean [preserveAspectRatio](#preserveaspectratio) | 一个布尔值,指示resize操作是否保持x张量的height/width比例。 |
126 ### preserveAspectRatio subsection
129 boolean Resize::preserveAspectRatio
/ohos5.0/drivers/interface/nnrt/v1_0/
H A DNodeAttrTypes.idl220 boolean preserveAspectRatio;
/ohos5.0/drivers/interface/nnrt/v2_0/
H A DNodeAttrTypes.idl221 boolean preserveAspectRatio;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/
H A DNodeAttrTypes.idl220 boolean preserveAspectRatio;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/
H A DNodeAttrTypes.idl221 boolean preserveAspectRatio;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/dump_ast_target/
H A Ddump.txt233 boolean preserveAspectRatio;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/dump_ast_target/
H A Ddump.txt299 boolean preserveAspectRatio;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/cpp_target/nnrt/v1_0/
H A Dnode_attr_types.h.txt225 bool preserveAspectRatio;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/
H A Dnode_attr_types.h.txt226 bool preserveAspectRatio;
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v1_0.cpp590 resize.preserveAspectRatio = mindspore::lite::MindIR_Resize_GetPreserveAspectRatio(primitive); in ConvertResize()
H A Dlite_graph_to_hdi_model_v2_0.cpp591 resize.preserveAspectRatio = mindspore::lite::MindIR_Resize_GetPreserveAspectRatio(primitive); in ConvertResize()
H A Dlite_graph_to_hdi_model_v2_1.cpp1171 resize.preserveAspectRatio = mindspore::lite::MindIR_Resize_GetPreserveAspectRatio(primitive); in ConvertResize()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp1551 bool preserveAspectRatio{false}; variable
1556 preserveAspectRatio, coordinateTransformMode, cubicCoeff, excludeOutside,
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp2469 bool preserveAspectRatio{false}; variable
2474 preserveAspectRatio, coordinateTransformMode, cubicCoeff, excludeOutside,
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dinner_model_test.cpp2408 bool preserveAspectRatio{false}; variable
2413 preserveAspectRatio, coordinateTransformMode, cubicCoeff, excludeOutside,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md618 …ht,resize之后4维张量的height值。<br/>- newWidth,resize之后4维张量的width值。<br/>- preserveAspectRatio,一个布尔值,指示res…
837 | OH_NN_RESIZE_BILINEAR_PRESERVE_ASPECT_RATIO | 当张量作为ResizeBilinear算子的preserveAspectRatio参数时,使用本枚举值…
H A D_neural_nework_runtime.md618 …ht,resize之后4维张量的height值。<br/>- newWidth,resize之后4维张量的width值。<br/>- preserveAspectRatio,一个布尔值,指示res…
837 | OH_NN_RESIZE_BILINEAR_PRESERVE_ASPECT_RATIO | 当张量作为ResizeBilinear算子的preserveAspectRatio参数时,使用本枚举值…
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNodeAttrTypes.idl1910 boolean preserveAspectRatio;
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md618 … tensor.<br>- **newWidth**: resized width of the 4D tensor.<br>- **preserveAspectRatio**: whether …
837 …NEAR_PRESERVE_ASPECT_RATIO | Used when the tensor is used as the **preserveAspectRatio** parameter…