Home
last modified time | relevance | path

Searched refs:weight_vector (Results 1 – 6 of 6) sorted by relevance

/external/freetype/include/freetype/internal/services/
Dsvmm.h92 FT_Fixed* weight_vector );
97 FT_Fixed* weight_vector );
/external/freetype/src/type1/
Dt1load.c136 FT_NEW_ARRAY( blend->weight_vector, num_designs * 2 ) ) in t1_allocate_blend()
139 blend->default_weight_vector = blend->weight_vector + num_designs; in t1_allocate_blend()
439 if ( blend->weight_vector[n] != result ) in t1_set_mm_blend()
441 blend->weight_vector[n] = result; in t1_set_mm_blend()
486 mm_weights_unmap( blend->weight_vector, in T1_Get_MM_Blend()
522 blend->weight_vector[i] = blend->default_weight_vector[i]; in T1_Set_MM_WeightVector()
532 blend->weight_vector[i] = weightvector[i]; in T1_Set_MM_WeightVector()
535 blend->weight_vector[i] = (FT_Fixed)0; in T1_Set_MM_WeightVector()
566 weightvector[i] = blend->weight_vector[i]; in T1_Get_MM_WeightVector()
711 mm_weights_unmap( blend->weight_vector, in T1_Get_Var_Design()
[all …]
/external/freetype/include/freetype/
Dt1tables.h304 FT_Fixed* weight_vector; member
/external/freetype/src/psaux/
Dt1decode.c946 blend->weight_vector[mm] ) ); in t1_decoder_parse_charstrings()
974 blend->weight_vector, in t1_decoder_parse_charstrings()
976 sizeof ( blend->weight_vector[0] ) ); in t1_decoder_parse_charstrings()
Dpsintrp.c1879 blend->weight_vector[mm] ) ); in cf2_interpT2CharString()
1911 blend->weight_vector, in cf2_interpT2CharString()
1913 sizeof ( blend->weight_vector[0] ) ); in cf2_interpT2CharString()
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils_v1.py1028 weight_vector = np.zeros(np.max(keys) + 1)
1029 weight_vector[:] = np.nan
1030 weight_vector[keys] = values
1036 class_sample_weight = array_ops.gather(weight_vector, y_classes)