/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _batch_to_space_n_d_v10.md | 19 - $ 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.md | 19 - $ 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 D | NodeAttrTypes.idl | 57 long[][] crops;
|
/ohos5.0/drivers/interface/nnrt/v2_0/ |
H A D | NodeAttrTypes.idl | 57 long[][] crops;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/ |
H A D | NodeAttrTypes.idl | 57 long[][] crops;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/ |
H A D | NodeAttrTypes.idl | 57 long[][] crops;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/cpp_target/nnrt/v1_0/ |
H A D | node_attr_types.cpp.txt | 245 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 D | node_attr_types.h.txt | 88 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 D | node_attr_types.cpp.txt | 245 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 D | node_attr_types.h.txt | 88 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.md | 579 …crops,一个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.md | 579 …crops,一个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 D | dump.txt | 96 long[][] crops;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/dump_ast_target/ |
H A D | dump.txt | 161 long[][] crops;
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NodeAttrTypes.idl | 274 * \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 D | lite_graph_to_hdi_model_v1_0.cpp | 126 batchToSpaceND.crops = mindspore::lite::MindIR_BatchToSpaceND_GetCrops(primitive); in ConvertBatchToSpaceND()
|
H A D | lite_graph_to_hdi_model_v2_0.cpp | 126 batchToSpaceND.crops = mindspore::lite::MindIR_BatchToSpaceND_GetCrops(primitive); in ConvertBatchToSpaceND()
|
H A D | lite_graph_to_hdi_model_v2_1.cpp | 160 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 D | device_manager_test.cpp | 301 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 D | inner_model_test.cpp | 1219 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 D | inner_model_test.cpp | 1158 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 D | ts-basic-components-image.md | 35 …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.md | 579 …crops**: 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 D | js-apis-image.md | 7854 …1 | Scales the image so that it fills the requested bounds of the target and crops the extra.|
|