Home
last modified time | relevance | path

Searched defs:axis_index (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_stat.rs487 pub fn axis_index(&self) -> u16 { in axis_index() method
603 pub fn axis_index(&self) -> u16 { in axis_index() method
730 pub fn axis_index(&self) -> u16 { in axis_index() method
911 pub axis_index: BigEndian<u16>, field
919 pub fn axis_index(&self) -> u16 { in axis_index() method
H A Dgenerated_layout.rs4207 pub fn axis_index(&self) -> u16 { in axis_index() method
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-var.h126 unsigned int axis_index; member
H A Dhb-ot-var.cc125 unsigned int *axis_index, in hb_ot_var_find_axis()
H A Dhb-ot-var-fvar-table.hh43 unsigned axis_index, in axis_coord_pinned_or_within_axis_range()
H A Dhb-ot-stat-table.hh483 unsigned int axis_index; in get_value() local
H A Dhb-font.cc2649 for (unsigned axis_index = 0; axis_index < coords_length; axis_index++) in hb_font_set_variations() local
2720 for (unsigned axis_index = 0; axis_index < coords_length; axis_index++) in hb_font_set_variation() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dconcat_op.cc43 ConcatBaseOp(OpKernelConstruction* c, int axis_index) in ConcatBaseOp()
/aosp_15_r20/external/freetype/src/base/
H A Dftmm.c588 FT_UInt axis_index, in FT_Get_Var_Axis_Flags()
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/parallel_device/
H A Dparallel_device_lib.cc580 for (int axis_index = 0; axis_index < combined_shape.dims(); in Shape() local
/aosp_15_r20/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c1376 size_t axis_index, float temperature_celsius) { in outlierCheck()
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h112 inline int canonical_axis_index_(int axis_index, int ndims) { in canonical_axis_index_()