Home
last modified time | relevance | path

Searched defs:lv2 (Results 1 – 3 of 3) sorted by relevance

/external/eigen/test/
Dpermutationmatrices.cpp70 LeftPermutationVectorType lv2; in permutationmatrices() local
/external/rust/crates/zerocopy/src/
Dlib.rs2662 let lv2 = LayoutVerified::<_, u64>::new(&buf[..]).unwrap(); in test_eq() localVariable
2671 let lv2 = LayoutVerified::<_, u64>::new(&buf2[..]).unwrap(); in test_ne() localVariable
2680 let lv2 = LayoutVerified::<_, u64>::new(&buf2[..]).unwrap(); in test_ord() localVariable
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dcontrol_flow_ops_py_test.py3476 def b(lv0, lv1, lv2): argument