Home
last modified time | relevance | path

Searched refs:is_reverse (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/signal/
Dfft_ops.py62 def _maybe_pad_for_rfft(input_tensor, fft_rank, fft_length, is_reverse=False): argument
80 if is_reverse:
100 if is_reverse:
143 is_reverse=True)
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh1043 bool is_reverse () const;
1285 bool is_reverse () const in is_reverse() function
1289 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse (); in is_reverse()
1464 /*static*/ inline bool ExtensionSubst::is_reverse () const in is_reverse() function in OT::ExtensionSubst
1468 return CastR<ExtensionSubst> (get_subtable<SubTable>()).is_reverse (); in is_reverse()
Dhb-ot-layout.cc1387 if (likely (!lookup.is_reverse ())) in apply_string()
Dhb-ot-layout-gpos-table.hh1569 bool is_reverse () const in is_reverse() function