Searched refs:top_offset (Results 1 - 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dmaxpooling_op_gpu.h57 const T* top_diff, const int64* mask, const int top_offset,
75 const T* top_diff, const int64* mask, const int top_offset,
H A Dmaxpooling_op_gpu.cu.cc228 // top_offset: the pre-computed per-image offset of the maxpool output. This
239 const int64* mask, const int top_offset,
242 int image_id = (index / top_offset);
355 // top_offset: the pre-computed per-image offset of the maxpool input
363 const int64* mask, const int top_offset,
368 bottom_diff[index] = top_diff[image_id * top_offset + mask[index]];
449 const int64* mask, const int top_offset, const int bottom_offset,
456 output_size, top_diff, mask, top_offset, bottom_offset, bottom_diff);
490 const int64* mask, const int top_offset, const int bottom_offset,
494 d.stream()>>>(output_size, top_diff, mask, top_offset,
238 MaxPoolBackward(const int nthreads, const dtype* top_diff, const int64* mask, const int top_offset, const int bottom_offset, dtype* bottom_diff) argument
362 MaxPoolGradBackward(const int nthreads, const dtype* top_diff, const int64* mask, const int top_offset, const int bottom_offset, dtype* bottom_diff) argument
447 operator ()( const int output_size, const int input_size, const T* top_diff, const int64* mask, const int top_offset, const int bottom_offset, T* bottom_diff, const Eigen::GpuDevice& d) argument
488 operator ()( const int output_size, const int input_size, const T* top_diff, const int64* mask, const int top_offset, const int bottom_offset, T* bottom_diff, const Eigen::GpuDevice& d) argument
[all...]
H A Dmaxpooling_op.cc1254 const int top_offset = params.out_height * params.out_width * params.depth; local
1259 reinterpret_cast<const int64*>(argmax.flat<int64>().data()), top_offset,
1277 const int top_offset = local
1283 reinterpret_cast<const int64*>(argmax.flat<int64>().data()), top_offset,
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
H A Dconvolutional_test.py614 for top_offset in [0]:
615 np.testing.assert_allclose(np_output[:, top_offset, :, :], 0.)
624 for top_offset in [0]:
625 np.testing.assert_allclose(np_output[:, :, top_offset, :], 0.)
/external/ImageMagick/MagickCore/
H A Dwidget.c7705 top_offset,
7756 top_offset=title_height+menu_info.bevel_width-1;
7757 windows->widget.height=top_offset+number_selections*height+4;
7850 selection_info.y=(int) top_offset;
7868 y=(int) (top_offset+selection_info.height*(number_selections-1));
7900 id=(event.xbutton.y-top_offset)/(int) selection_info.height;
7907 selection_info.y=(int) (top_offset+id*selection_info.height);
7953 id=((event.xcrossing.y-top_offset)/(int) selection_info.height);
7963 (top_offset+selection_info.id*selection_info.height);
7974 (top_offset
7673 top_offset, local
[all...]
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp2324 float top_offset = cell_bbox.bottom - mtPattern2Device.f; local
2364 FXSYS_round(original.y + top_offset);

Completed in 240 milliseconds