Searched refs:axis1 (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/fonts/ |
D | Selawik-README.md | 13 * Numerous interesting debugging glyphs (requires liga to be enabled). For example, \axis1 will sho… 42 \axis1 | Shows the normalized coordinate on the wght axis for the currently selected instance (e.g.… 44 \axis1hex | Same as \axis1 but in hex.
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | trace_op_test.py | 33 np_ans = np.trace(x, axis1=-2, axis2=-1)
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/ |
D | affine_linear_operator_test.py | 92 tril, axis1=-2, axis2=-1))))
|
D | cholesky_outer_product_test.py | 47 offset=0, axis1=1, axis2=2)),
|
D | matrix_inverse_tril_test.py | 111 np.log(np.abs(np.diagonal(x_, axis1=-2, axis2=-1))), axis=-1)
|
D | affine_test.py | 508 vt = np.swapaxes(v, axis1=v.ndim - 2, axis2=v.ndim - 1)
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 2299 Output axis1 = ops::Const(scope.WithOpName("axis1"), 0, {}); in TEST_F() local 2303 ops::Concat c2(scope.WithOpName("c2"), {Output(c1), in3}, axis1); in TEST_F()
|