Home
last modified time | relevance | path

Searched refs:projection_matrix (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dinit_ops.py954 def _block_orth(self, projection_matrix): argument
962 n = projection_matrix.shape.as_list()[0]
965 kernel[0] = projection_matrix
966 kernel[1] = eye - projection_matrix
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_ff.c1720 D3DMATRIX *projection_matrix = GET_D3DTS(PROJECTION); in nine_ff_get_ps() local
1837 !(projection_matrix->_34 == 0.0f && in nine_ff_get_ps()
1838 projection_matrix->_44 == 1.0f); in nine_ff_get_ps()