Home
last modified time | relevance | path

Searched refs:__forceinline__ (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dtransform_output_iterator.h34 __host__ __device__ __forceinline__ Reference(StoreType* ptr, in Reference()
39 __host__ __device__ __forceinline__ InputType operator=(InputType val) {
68 __host__ __device__ __forceinline__ TransformOutputIterator( in TransformOutputIterator()
74 __host__ __device__ __forceinline__ self_type operator++(int) {
81 __host__ __device__ __forceinline__ self_type operator++() {
87 __host__ __device__ __forceinline__ reference operator*() const {
93 __host__ __device__ __forceinline__ self_type operator+(Distance n) const {
100 __host__ __device__ __forceinline__ self_type& operator+=(Distance n) {
107 __host__ __device__ __forceinline__ self_type operator-(Distance n) const {
114 __host__ __device__ __forceinline__ self_type& operator-=(Distance n) {
[all …]
Dpermutation_input_iterator.h48 __host__ __device__ __forceinline__ PermutationInputIterator( in PermutationInputIterator()
54 __host__ __device__ __forceinline__ self_type operator++(int) {
61 __host__ __device__ __forceinline__ self_type operator++() {
67 __host__ __device__ __forceinline__ reference operator*() const {
73 __host__ __device__ __forceinline__ self_type operator+(Distance n) const {
80 __host__ __device__ __forceinline__ self_type& operator+=(Distance n) {
87 __host__ __device__ __forceinline__ self_type operator-(Distance n) const {
94 __host__ __device__ __forceinline__ self_type& operator-=(Distance n) {
100 __host__ __device__ __forceinline__ difference_type
107 __host__ __device__ __forceinline__ reference operator[](Distance n) const {
[all …]
Dpermutation_output_iterator.h48 __host__ __device__ __forceinline__ PermutationOutputIterator( in PermutationOutputIterator()
54 __host__ __device__ __forceinline__ self_type operator++(int) {
61 __host__ __device__ __forceinline__ self_type operator++() {
67 __host__ __device__ __forceinline__ reference operator*() const {
73 __host__ __device__ __forceinline__ self_type operator+(Distance n) const {
80 __host__ __device__ __forceinline__ self_type& operator+=(Distance n) {
87 __host__ __device__ __forceinline__ self_type operator-(Distance n) const {
94 __host__ __device__ __forceinline__ self_type& operator-=(Distance n) {
100 __host__ __device__ __forceinline__ difference_type
107 __host__ __device__ __forceinline__ reference operator[](Distance n) const {
[all …]
/external/tensorflow/tensorflow/core/kernels/
Ddynamic_partition_op_gpu.cu.cc120 __device__ int32 __forceinline__ operator()(const int32& a) const { in operator ()()
137 __host__ __device__ __forceinline__
143 __host__ __device__ __forceinline__ int32 operator=(int32 val) { in operator =()
153 __host__ __device__ __forceinline__
157 __host__ __device__ __forceinline__
163 __host__ __device__ __forceinline__ reference operator*() const { in operator *()
168 __host__ __device__ __forceinline__ reference operator[](int32 n) const { in operator []()
173 __host__ __device__ __forceinline__ self_type operator+(int32 n) const { in operator +()
179 __host__ __device__ __forceinline__ self_type operator-(int32 n) const { in operator -()
Ddepthwise_conv_op_gpu.h1132 __device__ __forceinline__ T WarpSumReduce(T val) {
/external/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h143 #define __forceinline__ __device__ __inline__ __attribute__((always_inline)) macro
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/
Dtarget_impl.h24 #define INLINE __forceinline__ DEVICE
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h191 #define __forceinline__ __device__ __inline__ __attribute__((always_inline)) macro
D__clang_cuda_math.h32 #define __DEVICE__ static __device__ __forceinline__
D__clang_cuda_device_functions.h26 #define __DEVICE__ static __device__ __forceinline__
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cu.cc366 __host__ __device__ __forceinline__ GreaterThanCubOp(float threshold) in GreaterThanCubOp()
368 __host__ __device__ __forceinline__ bool operator()(const float& val) const { in operator ()()
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dsetup.hpp568 # define GLM_INLINE __forceinline__
/external/psimd/include/
Dpsimd.h7 #define PSIMD_INTRINSIC __forceinline__ __device__