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

  /external/tensorflow/tensorflow/core/util/
permutation_input_iterator.h 29 typedef PermutationInputIterator self_type; ///< My own type typedef in class:tensorflow::PermutationInputIterator
54 __host__ __device__ __forceinline__ self_type operator++(int) {
55 self_type retval = *this;
61 __host__ __device__ __forceinline__ self_type operator++() {
73 __host__ __device__ __forceinline__ self_type operator+(Distance n) const {
74 self_type retval(input_itr, index_itr + n);
80 __host__ __device__ __forceinline__ self_type& operator+=(Distance n) {
87 __host__ __device__ __forceinline__ self_type operator-(Distance n) const {
88 self_type retval(input_itr, index_itr - n);
94 __host__ __device__ __forceinline__ self_type& operator-=(Distance n)
    [all...]
transform_output_iterator.h 47 typedef TransformOutputIterator self_type; ///< My own type typedef in class:tensorflow::TransformOutputIterator
74 __host__ __device__ __forceinline__ self_type operator++(int) {
75 self_type retval = *this;
81 __host__ __device__ __forceinline__ self_type operator++() {
93 __host__ __device__ __forceinline__ self_type operator+(Distance n) const {
94 self_type retval(ptr + n, conversion_op);
100 __host__ __device__ __forceinline__ self_type& operator+=(Distance n) {
107 __host__ __device__ __forceinline__ self_type operator-(Distance n) const {
108 self_type retval(ptr - n, conversion_op);
114 __host__ __device__ __forceinline__ self_type& operator-=(Distance n)
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /development/vndk/tools/header-checker/tests/expected/
example3.h 9 self_type: "type-1"
37 self_type: "type-2"
50 self_type: "type-3"
example2.h 9 self_type: "type-1"
37 self_type: "type-4"
92 self_type: "type-13"
125 self_type: "type-15"
158 self_type: "type-17"
180 self_type: "type-18"
202 self_type: "type-8"
226 self_type: "type-16"
250 self_type: "type-7"
261 self_type: "type-2
    [all...]
example1.cpp 9 self_type: "type-1"
37 self_type: "type-4"
92 self_type: "type-13"
125 self_type: "type-15"
158 self_type: "type-17"
180 self_type: "type-18"
202 self_type: "type-22"
225 self_type: "type-21"
260 self_type: "type-19"
312 self_type: "type-23
    [all...]
example1.h 9 self_type: "type-1"
37 self_type: "type-4"
92 self_type: "type-13"
125 self_type: "type-15"
158 self_type: "type-17"
180 self_type: "type-18"
202 self_type: "type-22"
225 self_type: "type-21"
260 self_type: "type-19"
312 self_type: "type-23
    [all...]
example4.h 9 self_type: "type-1"
48 self_type: "type-3"
92 self_type: "type-2"
  /external/pdfium/third_party/agg23/
agg_color_gray.h 42 typedef gray8 self_type; typedef in struct:agg::gray8
agg_scanline_u.h 32 typedef scanline_u<CoverT> self_type; typedef in class:agg::scanline_u
137 scanline_u(const self_type&);
138 const self_type& operator = (const self_type&);
agg_basics.h 65 typedef rect_base<T> self_type; typedef in struct:agg::rect_base
73 const self_type& normalize()
88 bool clip(const self_type& r)
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyiterators.swg 25 typedef ConstIterator self_type;
46 virtual self_type* advance(ptrdiff_t n)
65 virtual self_type* next( size_t n = 1 )
70 virtual self_type* previous( size_t n = 1 )
102 ConstIterator( const self_type& b ) : _seq( b._seq )
106 self_type& operator=( const self_type& b )
123 self_type& operator--()
129 self_type& operator++()
135 self_type operator--(int
    [all...]
std_set.i 50 typedef SetIteratorOpen_T<InOutIterator, ValueType, FromOper, AsvalOper> self_type;
66 return new self_type(*this);
88 typedef SetIteratorClosed_T<InOutIterator, ValueType, FromOper, AsvalOper> self_type;
119 return new self_type(*this);
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octiterators.swg 124 typedef OctSwigIterator_T<out_iterator> self_type;
139 const self_type *iters = dynamic_cast<const self_type *>(&iter);
149 const self_type *iters = dynamic_cast<const self_type *>(&iter);
182 typedef OctSwigIteratorOpen_T<OutIterator, ValueType, FromOper> self_type;
195 return new self_type(*this);
225 typedef OctSwigIteratorClosed_T<OutIterator, ValueType, FromOper> self_type;
242 return new self_type(*this);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyiterators.swg 150 typedef SwigPyIterator_T<out_iterator> self_type;
165 const self_type *iters = dynamic_cast<const self_type *>(&iter);
175 const self_type *iters = dynamic_cast<const self_type *>(&iter);
208 typedef SwigPyIteratorOpen_T<OutIterator, ValueType, FromOper> self_type;
221 return new self_type(*this);
251 typedef SwigPyIteratorClosed_T<OutIterator, ValueType, FromOper> self_type;
268 return new self_type(*this);
  /external/tensorflow/tensorflow/core/kernels/
dynamic_partition_op_gpu.cu.cc 142 typedef BoundedOutputIterator self_type; typedef in class:tensorflow::__anon39780::BoundedOutputIterator
165 __host__ __device__ __forceinline__ self_type operator+(int32 n) const {
166 self_type retval(ptr + n, base, conversion_op, limit);
171 __host__ __device__ __forceinline__ self_type operator-(int32 n) const {
172 self_type retval(ptr - n, base, conversion_op, limit);
where_op_gpu.cu.h 203 typedef WhereOutputIterator self_type; typedef in class:tensorflow::functor::WhereOutputIterator
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 139 void SetSelfType(const std::string &self_type) {
140 self_type_ = self_type;
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation_protobuf.cpp 43 typep->SetSelfType(type_info.self_type());
    [all...]

Completed in 496 milliseconds