Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/flow/
Draster_cache.cc186 const SkMatrix& transformation_matrix, in Prepare()
/third_party/mindspore/mindspore/dataset/vision/
Dpy_transforms_util.py1043 def linear_transform(np_img, transformation_matrix, mean_vector): argument
Dpy_transforms.py1172 def __init__(self, transformation_matrix, mean_vector): argument