Home
last modified time | relevance | path

Searched defs:decreasing (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/freetype/src/pfr/
H A Dpfrsbit.c52 FT_Bool decreasing ) in pfr_bitwriter_init()
541 FT_Bool decreasing, in pfr_load_bitmap_bits()
/aosp_15_r20/external/fonttools/Lib/fontTools/cffLib/
H A Dwidth.py24 def cumSum(f, op=add, start=0, decreasing=False): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dnn_ops.py6499 def isotonic_regression(inputs, decreasing=True, axis=-1): argument