Searched refs:top_offset (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | maxpooling_op_gpu.cu.cc | 248 const int top_offset, const int bottom_offset, in MaxPoolBackward() argument 253 include_batch_in_index ? 0 : (index / top_offset) * bottom_offset; in MaxPoolBackward() 379 const int top_offset, in MaxPoolGradBackward() argument 385 include_batch_in_index ? 0 : (index / bottom_offset) * top_offset; in MaxPoolGradBackward() 476 const int64* mask, const int top_offset, const int bottom_offset, in operator ()() argument 487 0, d.stream(), output_size, top_diff, mask, top_offset, bottom_offset, in operator ()() 525 const int64* mask, const int top_offset, const int bottom_offset, in operator ()() argument 532 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, 76 const T* top_diff, const int64* mask, const int top_offset,
|
D | maxpooling_op.cc | 1348 const int top_offset = params.out_height * params.out_width * params.depth; in launch() local 1353 reinterpret_cast<const int64*>(argmax.flat<int64>().data()), top_offset, in launch() 1372 const int top_offset = in launch() local 1378 reinterpret_cast<const int64*>(argmax.flat<int64>().data()), top_offset, in launch()
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | convolutional_test.py | 426 for top_offset in [0]: 427 np.testing.assert_allclose(np_output[:, top_offset, :, :], 0.) 436 for top_offset in [0]: 437 np.testing.assert_allclose(np_output[:, :, top_offset, :], 0.)
|
/external/v8/src/deoptimizer/ |
D | deoptimizer.cc | 117 unsigned top_offset() const { return top_offset_; } in top_offset() function in v8::internal::FrameWriter 1027 frame_writer.top_offset()); in DoComputeInterpretedFrame() 1055 const intptr_t fp_value = top_address + frame_writer.top_offset(); in DoComputeInterpretedFrame() 1198 CHECK_EQ(0u, frame_writer.top_offset()); in DoComputeInterpretedFrame() 1354 frame_writer.top_offset()); in DoComputeArgumentsAdaptorFrame() 1368 intptr_t fp_value = top_address + frame_writer.top_offset(); in DoComputeArgumentsAdaptorFrame() 1394 DCHECK_EQ(0, frame_writer.top_offset()); in DoComputeArgumentsAdaptorFrame() 1469 frame_writer.top_offset()); in DoComputeConstructStubFrame() 1479 const intptr_t fp_value = top_address + frame_writer.top_offset(); in DoComputeConstructStubFrame() 1531 CHECK_EQ(0u, frame_writer.top_offset()); in DoComputeConstructStubFrame() [all …]
|
/external/ImageMagick/MagickCore/ |
D | widget.c | 7677 top_offset, in XMenuWidget() local 7728 top_offset=title_height+menu_info.bevel_width-1; in XMenuWidget() 7729 windows->widget.height=top_offset+number_selections*height+4; in XMenuWidget() 7822 selection_info.y=(int) top_offset; in XMenuWidget() 7840 y=(int) (top_offset+selection_info.height*(number_selections-1)); in XMenuWidget() 7872 id=(event.xbutton.y-top_offset)/(int) selection_info.height; in XMenuWidget() 7879 selection_info.y=(int) (top_offset+id*selection_info.height); in XMenuWidget() 7925 id=((event.xcrossing.y-top_offset)/(int) selection_info.height); in XMenuWidget() 7935 (top_offset+selection_info.id*selection_info.height); in XMenuWidget() 7946 (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()
|