Home
last modified time | relevance | path

Searched refs:crops (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_batch_to_space_n_d_v10.md19 - $ h' = h \* block_shape[0] - crops[0][0] - crops[0][1] $
20 - $ w' = w \* block_shape[1] - crops[1][0] - crops[1][1] $
36 | long[][] [crops](#crops) | 一个shape为(2,2)的2维数组[[crop0_start,crop0_end],[crop1_start,crop1_end]], 表…
54 ### crops subsection
57 long [][] BatchToSpaceND::crops
H A D_batch_to_space_n_d_v20.md19 - $ h' = h \* block_shape[0] - crops[0][0] - crops[0][1] $
20 - $ w' = w \* block_shape[1] - crops[1][0] - crops[1][1] $
36 | long[][] [crops](#crops) | 一个shape为(2,2)的2维数组[[crop0_start,crop0_end],[crop1_start,crop1_end]], 表…
54 ### crops subsection
57 long [][] BatchToSpaceND::crops
/ohos5.0/drivers/interface/nnrt/v1_0/
H A DNodeAttrTypes.idl57 long[][] crops;
/ohos5.0/drivers/interface/nnrt/v2_0/
H A DNodeAttrTypes.idl57 long[][] crops;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/
H A DNodeAttrTypes.idl57 long[][] crops;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/
H A DNodeAttrTypes.idl57 long[][] crops;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/cpp_target/nnrt/v1_0/
H A Dnode_attr_types.cpp.txt245 if (!data.WriteUint32(dataBlock.crops.size())) {
246 HDF_LOGE("%{public}s: failed write dataBlock.crops.size", __func__);
249 for (const auto& it0 : dataBlock.crops) {
272 dataBlock.crops.clear();
273 dataBlock.crops.reserve(cropsSize);
280 dataBlock.crops.push_back(value0);
H A Dnode_attr_types.h.txt88 std::vector<std::vector<int64_t>> crops;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/
H A Dnode_attr_types.cpp.txt245 if (!data.WriteUint32(dataBlock.crops.size())) {
246 HDF_LOGE("%{public}s: failed write dataBlock.crops.size", __func__);
249 for (const auto& it0 : dataBlock.crops) {
272 dataBlock.crops.clear();
273 dataBlock.crops.reserve(cropsSize);
280 dataBlock.crops.push_back(value0);
H A Dnode_attr_types.h.txt88 std::vector<std::vector<int64_t>> crops;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md579crops,一个shape为(2,2)的二维数组[[crop0Start,crop0End],[crop1Start,crop1End]], 表示在output的空间维度上截掉部分元素。<br/>…
783 | OH_NN_BATCH_TO_SPACE_ND_CROPS | 当张量作为BatchToSpaceND算子的crops参数时,使用本枚举值。 |
H A D_neural_nework_runtime.md579crops,一个shape为(2,2)的二维数组[[crop0Start,crop0End],[crop1Start,crop1End]], 表示在output的空间维度上截掉部分元素。<br/>…
783 | OH_NN_BATCH_TO_SPACE_ND_CROPS | 当张量作为BatchToSpaceND算子的crops参数时,使用本枚举值。 |
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/dump_ast_target/
H A Ddump.txt96 long[][] crops;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/dump_ast_target/
H A Ddump.txt161 long[][] crops;
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNodeAttrTypes.idl274 * \f$ h' = h * blockShape[0] - crops[0][0] - crops[0][1] \f$<br>
275 * \f$ w' = w * blockShape[1] - crops[1][0] - crops[1][1] \f$<br>
289 long[][] crops;
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v1_0.cpp126 batchToSpaceND.crops = mindspore::lite::MindIR_BatchToSpaceND_GetCrops(primitive); in ConvertBatchToSpaceND()
H A Dlite_graph_to_hdi_model_v2_0.cpp126 batchToSpaceND.crops = mindspore::lite::MindIR_BatchToSpaceND_GetCrops(primitive); in ConvertBatchToSpaceND()
H A Dlite_graph_to_hdi_model_v2_1.cpp160 batchToSpaceND.crops = mindspore::lite::MindIR_BatchToSpaceND_GetCrops(primitive); in ConvertBatchToSpaceND()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp301 std::vector<std::vector<int64_t>> crops; variable
302 void* primitive = mindspore::lite::MindIR_BatchToSpaceND_CreatePrimitive(blockSize, crops);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp1219 std::vector<std::vector<int64_t>> crops; variable
1220 void* primitive = mindspore::lite::MindIR_BatchToSpaceND_CreatePrimitive(blockSize, crops);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dinner_model_test.cpp1158 std::vector<std::vector<int64_t>> crops; variable
1159 void* primitive = mindspore::lite::MindIR_BatchToSpaceND_CreatePrimitive(blockSize, crops);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-image.md35 …the **Image** component crops images to keep their center. For example, if the component has the s…
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md579crops**: elements truncated from the spatial dimension of the output. The value is a 2D array with…
783 | OH_NN_BATCH_TO_SPACE_ND_CROPS | Used when the tensor is used as the **crops** parameter of the Ba…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Djs-apis-image.md7854 …1 | Scales the image so that it fills the requested bounds of the target and crops the extra.|