Home
last modified time | relevance | path

Searched defs:new_width (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dresize.cc32 …(const Format format, const ResizeMethod method, const int64_t new_height, const int64_t new_width, in Init()
59 void Resize::set_new_width(const int64_t new_width) { (void)this->AddAttr(kNewWidth, api::MakeValue… in set_new_width()
135 …alueValid(const std::optional<ArrayValue<T>> &input_opt, int64_t *new_height, int64_t *new_width) { in CheckArrayValueValid()
149 … const int64_t &in_height, const int64_t &in_width, int64_t *new_height, int64_t *new_width) { in GetNewHeightAndWidth()
211 int64_t new_width = -1; in ResizeInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dresize_fp16.c78 int new_width = output_shape[2]; in PrepareResizeBilinearFp16() local
102 int new_width = output_shape[2]; in PrepareResizeBicubicFp16() local
115 int InterpRowFp16(const float16_t *src_line, float16_t *linear_output, int new_width, const float16… in InterpRowFp16()
141 …pColFp16(const float16_t *bottom_line, const float16_t *top_line, float16_t *output, int new_width, in InterpColFp16()
171 int new_width = output_shape[2]; in BilinearFp16() local
232 int new_width = output_shape[2]; in ResizeBilinearFp16() local
318 int new_width = output_shape[2]; in BicubicFp16() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dresize_fp32.c79 int new_width = output_shape[2]; in PrepareResizeBilinear() local
102 int new_width = output_shape[2]; in PrepareResizeBicubic() local
126 int new_width = output_shape[2]; in PrepareCropAndResizeBilinear() local
163 int InterpRow(const float *src_line, float *linear_output, int new_width, const float *x_left_weigh… in InterpRow()
199 int InterpCol(const float *bottom_line, const float *top_line, float *output, int new_width, float … in InterpCol()
239 int new_width = output_shape[2]; in Bilinear() local
300 int new_width = output_shape[2]; in ResizeBilinear() local
422 int new_width = output_shape[2]; in Bicubic() local
460 int new_width = output_shape[2]; in RewriteExtrapolationValue() local
518 int new_width = output_shape[2]; in CropAndResizeBilinear() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/npu/op/
Dresize_npu.cc54 auto new_width = static_cast<int>(out_tensors.at(0).Shape().at(NHWC_W)); in Init() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tflite/
Dtflite_inputs_adjust.cc51 int64_t new_width = prim_resize->get_new_width(); in CheckResize() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/mapper/
Dresize_mapper.cc131 int32_t new_width; in ProcScaleInput() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/
Dresize_int8.c163 int in_h, in_w, new_height, new_width; in ResizeNearestNeighborInt8Simple() local
203 int32_t in_h, in_w, new_height, new_width; in ResizeNearestNeighborInt8() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Dresize_tests.cc25 OpParameter *CreateParameter(schema::ResizeMethod method, int new_height, int new_width, bool align… in CreateParameter()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_pad.c96 int new_width = width + params->paddings[2][0] + params->paddings[2][1]; in ff_dnn_execute_layer_pad() local
/third_party/rust/rust/src/tools/rustfmt/src/
Dmacros.rs1257 let new_width = config.max_width() - body_indent.width(); in rewrite() localVariable
1264 let new_width = new_width + config.tab_spaces(); in rewrite() localVariable
Dexpr.rs810 let new_width = width.checked_sub(pat_expr_str.len() + fixed_cost)?; in rewrite_single_line() localVariable
814 let new_width = new_width.checked_sub(if_str.len())?; in rewrite_single_line() localVariable
911 let new_width = context.budget(shape.used_width()); in rewrite_cond() localVariable
/third_party/mindspore/mindspore-src/source/third_party/proto/caffe/
Dcaffe.proto818 optional uint32 new_width = 10 [default = 0]; field
1437 optional int32 new_width = 63 [default = 0]; field
/third_party/ffmpeg/libavdevice/
Dopengl_enc.c846 int new_width, new_height; in opengl_configure_texture() local
/third_party/cups/cups/
Dppd-cache.c1081 int new_width, /* New width in 2540ths */ in _ppdCacheCreateWithPPD() local
/third_party/skia/m133/third_party/externals/libjpeg-turbo/
Dtransupp.c1877 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, in adjust_exif_parameters()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtransupp.c1875 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, in adjust_exif_parameters()
/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c997 float new_width, new_height, adjusted_width, adjusted_height, adjusted_x, adjusted_y; in update_needed_crop() local
/third_party/ffmpeg/fftools/
Dffplay.c825 static int realloc_texture(SDL_Texture **texture, Uint32 new_format, int new_width, int new_height,… in realloc_texture()
/third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/src/
Dmindir.cc3227 …mitivePtr MindIR_Resize_CreatePrimitive(ResizeMethod method, int64_t new_height, int64_t new_width, in MindIR_Resize_CreatePrimitive()
3329 void MindIR_Resize_SetNewWidth(PrimitivePtr *primitive, int64_t new_width) { in MindIR_Resize_SetNewWidth()