/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | resize_grad.c | 31 size_t in_y = i / param->in_width_; in ResizeNearestNeighborGrad() local 82 float in_y = (float)h * param->height_scale_; in ResizeBiLinearGrad() local 122 const float in_y = (float)(h)*param->height_scale_; in ResizeBiLinearGrad() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/ |
D | resize_grad.c | 30 size_t in_y = i / param->in_width_; in ResizeNearestNeighborFp16Grad() local 81 float16_t in_y = (float16_t)h * param->height_scale_; in ResizeBiLinearFp16Grad() local 119 const float16_t in_y = (float16_t)(h)*param->height_scale_; in ResizeBiLinearFp16Grad() local
|
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstgeometrictransform.c | 84 gdouble in_x, in_y; in gst_geometric_transform_generate_map() local 169 guint8 * out_data, gint x, gint y, gdouble in_x, gdouble in_y) in gst_geometric_transform_do_map() 277 gdouble in_x, in_y; in gst_geometric_transform_transform_frame() local
|
D | gstfisheye.c | 79 gdouble * in_y) in fisheye_map()
|
D | gsttunnel.c | 80 gdouble * in_y) in tunnel_map()
|
D | gstpinch.c | 137 gdouble * in_y) in pinch_map()
|
D | gsttwirl.c | 137 gdouble * in_y) in twirl_map()
|
D | gstmirror.c | 159 gdouble * in_y) in mirror_map()
|
D | gstbulge.c | 133 gdouble * in_y) in bulge_map()
|
D | gststretch.c | 133 gdouble * in_y) in stretch_map()
|
D | gstsquare.c | 159 gdouble * in_y) in square_map()
|
D | gstcircle.c | 165 gdouble * in_y) in circle_map()
|
D | gstwaterripple.c | 163 gdouble * in_y) in water_ripple_map()
|
D | gstdiffuse.c | 173 gdouble * in_y) in diffuse_map()
|
D | gstsphere.c | 138 gdouble * in_y) in sphere_map()
|
D | gstkaleidoscope.c | 166 gdouble * in_y) in kaleidoscope_map()
|
D | gstrotate.c | 138 gdouble * in_y) in rotate_map()
|
D | gstperspective.c | 185 gdouble * in_y) in perspective_map()
|
/third_party/boost/libs/fusion/test/sequence/ |
D | adapt_adt.cpp | 42 point(int in_x, int in_y, int in_z) : x(in_x), y(in_y), z(in_z) {} in point() 65 point_with_private_members(int in_x, int in_y, int in_z) in point_with_private_members()
|
D | adapt_assoc_adt_named.cpp | 34 point(int in_x, int in_y) : x(in_x), y(in_y) {} in point()
|
D | adapt_assoc_adt.cpp | 36 point(int in_x, int in_y, int in_z) : x(in_x), y(in_y), z(in_z) {} in point()
|
D | adapt_assoc_tpl_adt.cpp | 37 point(X in_x, Y in_y, Z in_z) : x(in_x), y(in_y), z(in_z) {} in point()
|
D | adapt_adt_named.cpp | 41 point(int in_x, int in_y, int in_z) : x(in_x), y(in_y), z(in_z) {} in point()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | resize_nearest_neighbor_cpu_kernel.cc | 95 … const size_t in_y = std::min((align_corners_) ? static_cast<size_t>(roundf(pos2 * height_scale_)) in LaunchKernel() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | resize_nearest_neighbor_impl.cu | 46 const int in_y = in ResizeNearestNeighbor() local
|