/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-layout.cc | 647 unsigned int *feature_index /* OUT */) in hb_ot_layout_table_find_feature() 847 unsigned int *feature_index /* OUT */) in hb_ot_layout_language_get_required_feature_index() 879 unsigned int *feature_index /* OUT */, in hb_ot_layout_language_get_required_feature() 997 unsigned int *feature_index /* OUT */) in hb_ot_layout_language_find_feature() 1039 unsigned int feature_index, in hb_ot_layout_feature_get_lookups() 1191 unsigned int feature_index = l.get_feature_index (i); in langsys_collect_features() local 1318 unsigned feature_index = 0; in hb_ot_layout_collect_features_map() local 1362 for (auto feature_index : feature_indexes) in hb_ot_layout_collect_lookups() local 1478 unsigned int feature_index, in hb_ot_layout_feature_with_variations_get_lookups() 1788 unsigned int feature_index, in hb_ot_layout_feature_get_name_ids() [all …]
|
H A D | hb-ot-map.cc | 130 unsigned int feature_index, in add_lookups() 272 unsigned int feature_index[2]; in compile() local
|
H A D | hb-ot-shaper-arabic-fallback.hh | 56 unsigned int feature_index) in arabic_fallback_synthesize_lookup_single() 206 unsigned int feature_index) in arabic_fallback_synthesize_lookup()
|
H A D | hb-subset-plan.cc | 216 for (unsigned feature_index : catch_all_record_feature_idxes) in _collect_layout_indices() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | batchnorm_expander.cc | 104 HloInstruction* operand, int64_t feature_index, in DynamicElementCountPerFeature() 174 int64_t feature_index = batch_norm->feature_index(); in HandleBatchNormTraining() local 302 int64_t feature_index = batch_norm->feature_index(); in HandleBatchNormInference() local 422 int64_t feature_index = batch_norm->feature_index(); in HandleBatchNormGrad() local
|
H A D | shape_inference.cc | 1211 const Shape& offset_shape, int64_t feature_index) { in InferBatchNormTrainingShape() 1317 const Shape& variance_shape, int64_t feature_index) { in InferBatchNormInferenceShape() 1461 const Shape& output_grad_shape, int64_t feature_index) { in InferBatchNormGradShape()
|
H A D | hlo_instructions.cc | 113 HloInstruction* scale, float epsilon, int64_t feature_index) in HloBatchNormInstruction() 145 HloInstruction* offset, float epsilon, int64_t feature_index) in HloBatchNormTrainingInstruction() 164 float epsilon, int64_t feature_index) in HloBatchNormInferenceInstruction() 185 float epsilon, int64_t feature_index) in HloBatchNormGradInstruction()
|
H A D | hlo_instruction.cc | 1626 int64_t feature_index) { in CreateBatchNormTraining() 1635 float epsilon, int64_t feature_index) { in CreateBatchNormInference() 1645 int64_t feature_index) { in CreateBatchNormGrad() 4462 int64_t HloInstruction::feature_index() const { in feature_index() function in xla::HloInstruction
|
H A D | hlo_parser.cc | 2337 optional<int64_t> feature_index; in CreateInstruction() local 2359 optional<int64_t> feature_index; in CreateInstruction() local 2383 optional<int64_t> feature_index; in CreateInstruction() local
|
H A D | hlo.proto | 182 int64 feature_index = 25; field
|
H A D | hlo_instructions.h | 82 int64_t feature_index() const { return feature_index_; } in feature_index() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | batch_normalization_test.cc | 455 int64_t feature_index; member 478 float random_value_mean, float random_value_var) { in BuildBatchNormTestParams() 520 const int64_t feature_index = GetParam().feature_index; in XLA_TEST_P() local 621 const int64_t feature_index = GetParam().feature_index; in XLA_TEST_P() local 733 const int64_t feature_index = GetParam().feature_index; in XLA_TEST_P() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | sdca_internal.cc | 184 const int64_t feature_index = (*sparse_features.indices)(k); in ComputeWxAndWeightedExampleNorm() local 472 const int64_t feature_index = (*sparse_features->indices)(k); in CreateSparseFeatureRepresentation() local 559 const int64_t feature_index = (*sparse_features.indices)(k); in ComputeSquaredNormPerExample() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | batch_norm_op.cc | 89 int feature_index = in CompileImpl() local 272 const int feature_index = in Compile() local
|
/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-ot-name.c | 36 unsigned int feature_index; in test_ot_layout_feature_get_name_ids_and_characters() local
|
H A D | test-ot-face.c | 116 unsigned feature_index = 0; in test_font() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | partition_strategy.c | 1242 int feature_index = 0; in ml_prune_ab_partition() local 1354 int feature_index = 0; in av1_ml_prune_4_partition() local 1513 int feature_index = 0; in av1_ml_predict_breakout() local 1948 int feature_index = 0; in prepare_features_after_part_ab() local
|
/aosp_15_r20/external/harfbuzz_ng/util/ |
H A D | hb-info.cc | 988 for (unsigned feature_index = 0; feature_index < feature_count; feature_index++) in _list_features_no_script() local 1110 for (unsigned feature_index = 0; feature_index < feature_count; feature_index++) in _list_features() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | tensor_format.h | 541 int feature_index = GetTensorFeatureDimIndex(dims, format); in ShapeFromFormat() local
|
H A D | example_proto_fast_parsing.cc | 1301 size_t feature_index = 0; in FastParseExample() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | xla_builder.cc | 2796 float epsilon, int64_t feature_index) { in BatchNormTraining() 2819 int64_t feature_index) { in BatchNormInference() 2844 float epsilon, int64_t feature_index) { in BatchNormGrad() 4975 int64_t feature_index) { in BatchNormTraining() 4983 int64_t feature_index) { in BatchNormInference() 4991 int64_t feature_index) { in BatchNormGrad()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/parse_example/ |
H A D | parse_example.cc | 520 size_t feature_index = 0; in FastParseExampleLite() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encodeframe.c | 3288 int feature_index = 0; in ml_predict_breakout() local 3377 int feature_index = 0; in ml_prune_rect_partition() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/ |
H A D | generated_layout.rs | 4350 pub feature_index: BigEndian<u16>, field 4358 pub fn feature_index(&self) -> u16 { in feature_index() method
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 111625 u8 feature_index; member 111685 u8 feature_index; member 111697 u8 feature_index; member 111719 u8 feature_index; member
|