Searched defs:is_reverse (Results 1 – 12 of 12) sorted by relevance
53 struct is_reverse struct55 typedef is_reverse type; 60 struct is_reverse<std::reverse_iterator<BaseIteratorT> > struct62 typedef is_reverse<std::reverse_iterator<BaseIteratorT> > type; 67 struct is_reverse<icl::element_iterator<BaseIteratorT> > struct69 typedef is_reverse<icl::element_iterator<BaseIteratorT> > type;
42 /*static*/ inline bool ExtensionSubst::is_reverse () const in is_reverse() function in OT::Layout::GSUB_impl::ExtensionSubst
18 bool is_reverse () const in is_reverse() function
24 bool is_reverse () const in is_reverse() function
64 def _maybe_pad_for_rfft(input_tensor, fft_rank, fft_length, is_reverse=False): argument
50 pub is_reverse: bool, field
870 const bool is_reverse = strides[dim] < 0; in StridedSliceBegin() local887 const bool is_reverse = strides[dim] < 0; in StridedSliceEnd() local
871 const bool is_reverse = strides[dim] < 0; in StridedSliceBegin() local888 const bool is_reverse = strides[dim] < 0; in StridedSliceEnd() local
908 pub fn is_reverse(&self) -> bool { in is_reverse() method
1691 fn is_reverse(&self) -> bool { in is_reverse() method
4963 bool is_reverse = false) { in emitIntAndSliceIndexing()