HomeSort by relevance Sort by last modified time
    Searched defs:__restrict__ (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/resampler/kernels/
resampler_ops.h 20 #define __restrict__ __restrict macro
34 const T* __restrict__ data, const T* __restrict__ warp,
35 T* __restrict__ output, const int batch_size,
44 const T* __restrict__ data, const T* __restrict__ warp,
45 const T* __restrict__ grad_output, T* __restrict__ grad_data,
46 T* __restrict__ grad_warp, const int batch_size,
  /external/stressapptest/src/
stressapptest_config_android.h 228 __restrict__, even though the corresponding Sun C compiler ends up with
229 "#define restrict _Restrict" or "#define restrict __restrict__" in the
234 # define __restrict__ macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 122 # define __restrict__ __restrict macro
124 # define __restrict__ /* nothing */ macro
  /external/ImageMagick/MagickCore/
magick-baseconfig.h 1576 # define __restrict__ macro
    [all...]

Completed in 114 milliseconds