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

  /external/tensorflow/tensorflow/contrib/resampler/kernels/
resampler_ops_gpu.cu.cc 258 SetZero<<<config.block_count, config.thread_per_block, 0, d.stream()>>>(
263 SetZero<<<config.block_count, config.thread_per_block, 0, d.stream()>>>(
  /external/tensorflow/tensorflow/core/kernels/
dilation_ops_gpu.cu.cc 233 SetZero<<<config.block_count, config.thread_per_block, 0, d.stream()>>>(
273 SetZero<<<config.block_count, config.thread_per_block, 0, d.stream()>>>(
resize_bilinear_op_gpu.cu.cc 197 SetZero<<<config.block_count, config.thread_per_block, 0, d.stream()>>>(
resize_nearest_neighbor_op_gpu.cu.cc 148 SetZero<<<output_config.block_count, output_config.thread_per_block, 0,
segment_reduction_ops_gpu.cu.cc 138 SetZero<<<config.block_count, config.thread_per_block, 0, d.stream()>>>(
crop_and_resize_op_gpu.cu.cc 376 SetZero<<<config.block_count, config.thread_per_block, 0, d.stream()>>>(
418 SetZero<<<config.block_count, config.thread_per_block, 0, d.stream()>>>(
maxpooling_op_gpu.cu.cc 433 SetZero<<<(bottom_size + kThreadsPerBlock - 1) / kThreadsPerBlock,
452 SetZero<<<(input_size + kThreadsPerBlock - 1) / kThreadsPerBlock,
  /external/dng_sdk/source/
dng_pixel_buffer.h 612 void SetZero (const dng_rect &area,
dng_image.cpp 427 buffer.SetZero (dstArea,
dng_pixel_buffer.cpp 668 void dng_pixel_buffer::SetZero (const dng_rect &area,
    [all...]
  /external/opencv/cxcore/include/
cvwimage.h 76 // im.SetZero(); // same as cvSetZero(im.Ipl())
232 void SetZero() { cvSetZero(image_); }
  /external/tensorflow/tensorflow/core/util/
cuda_device_functions.h 384 __global__ void SetZero(const int count, T* ptr) {

Completed in 323 milliseconds