Searched defs:transform_matrix (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | winograd_transform.h | 69 T* transform_matrix) const { in GetFilterTransformMatrix() 193 T* transform_matrix) const { in GetInputTransformMatrix() 315 T* transform_matrix) const { in GetOutputTransformMatrix()
|
D | deep_conv2d_test.cc | 49 float transform_matrix[] = {1, 2, 3, 4}; in TEST() local 78 float transform_matrix[] = {1, 0, 0, 0.5, 0.5, 0.5, 0.5, -0.5, 0.5, 0, 0, 1}; in TEST() local 109 float transform_matrix[] = {1, 0, -1, 0, 0, 1, 1, 0, in TEST() local 139 float transform_matrix[] = {1, 1, 1, 0, 0, 1, -1, -1}; in TEST() local
|
D | deep_conv2d.cc | 432 T* transform_matrix = filter_transform_matrix.template flat<T>().data(); in operator ()() local
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | image_preprocessing_test.py | 695 transform_matrix, argument
|
/external/freetype/include/freetype/internal/ |
D | ftobjs.h | 359 FT_Matrix transform_matrix; member
|
/external/pdfium/fpdfsdk/ |
D | fpdf_view.cpp | 641 CFX_Matrix transform_matrix = pPage->GetDisplayMatrix(rect, 0); in FPDF_RenderPageBitmapWithMatrix() local
|