Searched defs:pos_h (Results 1 – 10 of 10) sorted by relevance
47 const int pos_h = pos / output_width % output_height; in MaxPoolGradGrad() local114 const int pos_h = pos / output_width % output_height; in MaxPool3DGradGrad() local
39 const int pos_h = pos / padded_width % padded_height; in ConstantPad3d() local64 const int pos_h = pos / old_width % old_height + pad_top; in ConstantPadGrad3d() local161 int pos_h = pos / padded_width % padded_height; // y in ReflectPad3d() local194 int pos_h = pos / old_width % old_height; in ReflectPadGrad3d() local226 int pos_h = pos / padded_width % padded_height; in EdgePad3d() local255 int pos_h = pos / old_width % old_height; in EdgePadGrad3d() local
39 const int pos_h = pos / outW % outH; in MaxPoolWithArgmaxV2() local
119 const int pos_h = pos / padded_width % padded_height; in Pad3d() local141 const int pos_h = pos / old_width % old_height + pad_top; in PadGrad3d() local
110 int64_t pos_h = pos / output_width % output_height; in LaunchKernel() local
125 const int pos_h = i / y_width % y_height; in LaunchKernel() local
127 size_t pos_h = pos / out_backprop_width % out_backprop_height; in LaunchKernel() local
127 const int pos_h = i / oW % oH; in MaxPoolWithArgmaxV2SingleCompute() local
35 int pos_h[4], pos_v[4]; member