Searched refs:top_offset (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | maxpooling_op_gpu.cu.cc | 206 const int top_offset, const int bottom_offset, in MaxPoolBackward() argument 211 include_batch_in_index ? 0 : (index / top_offset) * bottom_offset; in MaxPoolBackward() 335 const int top_offset, in MaxPoolGradBackward() argument 341 include_batch_in_index ? 0 : (index / bottom_offset) * top_offset; in MaxPoolGradBackward() 407 const int64* mask, const int top_offset, const int bottom_offset, in operator ()() argument 418 0, d.stream(), output_size, top_diff, mask, top_offset, bottom_offset, in operator ()() 456 const int64* mask, const int top_offset, const int bottom_offset, in operator ()() argument 463 d.stream(), output_size, top_diff, mask, top_offset, bottom_offset, in operator ()()
|
D | maxpooling_op_gpu.h | 58 const T* top_diff, const int64* mask, const int top_offset, 66 const T* top_diff, const int64* mask, const int top_offset,
|
D | maxpooling_op.cc | 1402 const int top_offset = params.out_height * params.out_width * params.depth; in launch() local 1407 reinterpret_cast<const int64*>(argmax.flat<int64>().data()), top_offset, in launch() 1426 const int top_offset = in launch() local 1432 reinterpret_cast<const int64*>(argmax.flat<int64>().data()), top_offset, in launch()
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_geometry.cc | 65 int32_t top_offset, in Extend() argument 69 top_ -= top_offset; in Extend()
|
D | desktop_geometry.h | 149 int32_t top_offset,
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | convolutional_test.py | 731 for top_offset in [0]: 732 np.testing.assert_allclose(np_output[:, top_offset, :, :], 0.) 741 for top_offset in [0]: 742 np.testing.assert_allclose(np_output[:, :, top_offset, :], 0.)
|
/external/ImageMagick/MagickCore/ |
D | widget.c | 7681 top_offset, in XMenuWidget() local 7732 top_offset=title_height+menu_info.bevel_width-1; in XMenuWidget() 7733 windows->widget.height=top_offset+number_selections*height+4; in XMenuWidget() 7826 selection_info.y=(int) top_offset; in XMenuWidget() 7844 y=(int) (top_offset+selection_info.height*(number_selections-1)); in XMenuWidget() 7876 id=(event.xbutton.y-top_offset)/(int) selection_info.height; in XMenuWidget() 7883 selection_info.y=(int) (top_offset+id*selection_info.height); in XMenuWidget() 7929 id=((event.xcrossing.y-top_offset)/(int) selection_info.height); in XMenuWidget() 7939 (top_offset+selection_info.id*selection_info.height); in XMenuWidget() 7950 (top_offset+selection_info.id*selection_info.height); in XMenuWidget() [all …]
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 1321 float top_offset = cell_bbox.bottom - mtPattern2Device.f; in DrawTilingPattern() local 1366 FXSYS_roundf(original.y + top_offset); in DrawTilingPattern()
|