Home
last modified time | relevance | path

Searched refs:axis1 (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/fonts/
DSelawik-README.md13 * 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/
Dtrace_op_test.py33 np_ans = np.trace(x, axis1=-2, axis2=-1)
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
Daffine_linear_operator_test.py92 tril, axis1=-2, axis2=-1))))
Dcholesky_outer_product_test.py47 offset=0, axis1=1, axis2=2)),
Dmatrix_inverse_tril_test.py111 np.log(np.abs(np.diagonal(x_, axis1=-2, axis2=-1))), axis=-1)
Daffine_test.py508 vt = np.swapaxes(v, axis1=v.ndim - 2, axis2=v.ndim - 1)
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc2299 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()