Home
last modified time | relevance | path

Searched defs:image_w (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Docr_recognition_pre_handle.cc48 constexpr int64_t image_w = 512; in InferShape() local
85 constexpr int64_t image_w = 512; in InferShapeAndType() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/minddata/example/
Dtestlitecv.cpp62 constexpr int32_t image_w = 1; in main() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Dprior_box.c104 const int image_w = param->image_size_w > 0 ? param->image_size_w : GetWidth(input1_tensor); in PriorBoxResize() local
/third_party/mindspore/mindspore-src/source/tests/ut/python/pynative_mode/nn/
Dtest_cell.py91 image_w = 224 variable in ConvNet
/third_party/mindspore/mindspore-src/source/tests/ut/python/nn/
Dtest_cell.py85 image_w = 224 variable in ConvNet
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc1561 int64_t image_w = input->shape()[width_index]; in ValidateCutOutImage() local
1622 int64_t image_w = input_cv->shape()[width_index]; in CutOut() local
1691 int64_t image_w = size[kWidthIndex]; in Erase() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
Ddvpp_image_utils.cc1111 uint32_t image_w = input->GetShape().AsVector()[kWidthIndexNHWC]; in DvppErase() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c4245 uint32_t image_w, uint32_t image_h, in compute_blit_box()