Searched refs:axis_names (Results 1 – 5 of 5) sorted by relevance
179 axis_names = list(axes_0.keys())181 if axis_name not in axis_names:182 raise ValueError('%s not in %s' % (axis_name, axis_names))202 concat_dimension = axis_names.index(axis_name)283 axis_names = list(labeled_tensor.axes.keys())285 axis_name = axis_names[0]287 if axis_name not in axis_names:288 raise ValueError('%s not in %s' % (axis_name, axis_names))289 axis = axis_names.index(axis_name)705 def squeeze(labeled_tensor, axis_names=None, name=None): argument[all …]
708 axis_names = list(labeled_tensor.axes.keys())709 permutation = [axis_names.index(n) for n in axis_order]750 axis_names = [a if isinstance(a, string_types) else a[0] for a in axes]751 check_axis_order(labeled_tensor, axis_names)
303 FT_String* axis_names[T1_MAX_MM_AXIS]; member
213 axis->name = blend->axis_names[n]; in T1_Get_Multi_Master()670 FT_FREE( blend->axis_names[n] ); in T1_Done_Blend()745 name = (FT_Byte*)blend->axis_names[n]; in parse_blend_axis_types()754 if ( FT_ALLOC( blend->axis_names[n], len + 1 ) ) in parse_blend_axis_types()757 name = (FT_Byte*)blend->axis_names[n]; in parse_blend_axis_types()
138 axis_names = list(build_descs_by_axis.keys())