Home
last modified time | relevance | path

Searched refs:__forceinline__ (Results 1 – 6 of 6) 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.cc114 __device__ int32 __forceinline__ operator()(const int32& a) const { in operator ()()
131 __host__ __device__ __forceinline__
136 __host__ __device__ __forceinline__ int32 operator=(int32 val) { in operator =()
146 __host__ __device__ __forceinline__ BoundedOutputIterator(int32* ptr, in BoundedOutputIterator()
151 __host__ __device__ __forceinline__
156 __host__ __device__ __forceinline__ reference operator*() const { in operator *()
161 __host__ __device__ __forceinline__ reference operator[](int32 n) const { in operator []()
166 __host__ __device__ __forceinline__ self_type operator+(int32 n) const { in operator +()
172 __host__ __device__ __forceinline__ self_type operator-(int32 n) const { in operator -()
Ddepthwise_conv_op_gpu.h1138 __device__ __forceinline__ T WarpSumReduce(T val) {
/external/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h143 #define __forceinline__ __device__ __inline__ __attribute__((always_inline)) macro