HomeSort by relevance Sort by last modified time
    Searched refs:top_offset (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
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,
maxpooling_op_gpu.cu.cc 228 // top_offset: the pre-computed per-image offset of the maxpool output. This
241 const int64* mask, const int top_offset,
246 include_batch_in_index ? 0 : (index / top_offset) * bottom_offset;
358 // top_offset: the pre-computed per-image offset of the maxpool input
368 const int64* mask, const int top_offset,
373 include_batch_in_index ? 0 : (index / bottom_offset) * top_offset;
458 const int64* mask, const int top_offset, const int bottom_offset,
467 output_size, top_diff, mask, top_offset, bottom_offset, bottom_diff,
503 const int64* mask, const int top_offset, const int bottom_offset,
509 d.stream()>>>(output_size, top_diff, mask, top_offset,
    [all...]
maxpooling_op.cc 1346 const int top_offset = params.out_height * params.out_width * params.depth; local
1370 const int top_offset = local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/kvm/
dirty_log_test.c 227 unsigned long interval, bool top_offset)
266 if (top_offset) {
391 bool top_offset = false; local
407 top_offset = true;
429 TEST_ASSERT(!top_offset || guest_test_mem == DEFAULT_GUEST_TEST_MEM,
444 run_test(vm_guest_modes[i].mode, iterations, interval, top_offset);
  /external/tensorflow/tensorflow/python/keras/layers/
convolutional_test.py 360 for top_offset in [0]:
361 np.testing.assert_allclose(np_output[:, top_offset, :, :], 0.)
370 for top_offset in [0]:
371 np.testing.assert_allclose(np_output[:, :, top_offset, :], 0.)
  /external/v8/src/
deoptimizer.cc 89 unsigned top_offset() const { return top_offset_; } function in class:v8::internal::FrameWriter
    [all...]
  /external/ImageMagick/MagickCore/
widget.c 7675 top_offset, local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 2324 float top_offset = cell_bbox.bottom - mtPattern2Device.f; local
    [all...]

Completed in 239 milliseconds