Searched refs:posc (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | local_response_norm_impl.cu | 25 const int posc = static_cast<int>(pos % channels); in ComputeScaleNHWC() local 28 if (posc + i >= 0 && posc + i < static_cast<int>(channels)) { in ComputeScaleNHWC() 53 const int posc = static_cast<int>(pos % channels); in LocalResponseNormGradNHWC() local 56 if (posc + i >= 0 && posc + i < static_cast<int>(channels)) { in LocalResponseNormGradNHWC()
|
D | resize_bilinear_impl.cu | 27 const int posc = pos / hw % c; in ResizeBilinear() local 40 const int input_start = input_h * input_w * (posn * c + posc); in ResizeBilinear() 57 const int posc = pos / hw % c; in ResizeBilinearGrad() local 75 const int output_start = output_h * output_w * (posn * c + posc); in ResizeBilinearGrad() 90 const int posc = pos / hw % c; in ResizeBilinearGrad() local 108 const int output_start = output_h * output_w * (posn * c + posc); in ResizeBilinearGrad()
|
D | maxpool_with_argmax_impl.cu | 44 const int posc = pos / outputHW % c; in MaxPoolWithArgmax() local 54 S maxIdx = posc*h*w + hstart*w + wstart; in MaxPoolWithArgmax() 58 S inputIdx = posc*h*w + hcur*w + wcur; in MaxPoolWithArgmax()
|
/third_party/boost/libs/spirit/classic/test/ |
D | position_iterator_tests.cpp | 364 file_position posc(name,1,1); in CheckConstructors() local 368 BOOST_TEST(iterc_t(a,a+20,name).get_position() == posc); in CheckConstructors() 369 BOOST_TEST(iterc_t(a,a+20,name,1).get_position() == posc); in CheckConstructors() 370 BOOST_TEST(iterc_t(a,a+20,name,1,1).get_position() == posc); in CheckConstructors() 371 BOOST_TEST(iterc_t(a,a+20,posc).get_position() == posc); in CheckConstructors()
|