OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matrix3
(Results
1 - 2
of
2
) sorted by null
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
CursorAnchorInfoTest.java
374
final Matrix
matrix3
= new Matrix();
local
375
matrix3
.setTranslate(210.0f, 220.0f);
391
matrix.set(
matrix3
);
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
linear_operator_test.py
281
matrix3
= array_ops.placeholder(shape=[3, 4], dtype=dtypes.float32)
285
operator3 = LinearOperatorMatmulSolve(
matrix3
, is_square=False)
Completed in 593 milliseconds