Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_test.cc1039 const complex64 rotate_45 = std::polar(1.0f, PI / 4); in TEST() local
1044 x.vec<complex64>()(i) = MathUtil::IPow(rotate_45, i); in TEST()
1049 y.vec<complex64>() = x.vec<complex64>() * rotate_45; in TEST()
1052 y_expected.vec<complex64>()(i) = MathUtil::IPow(rotate_45, i + 1); in TEST()
1088 const complex128 rotate_45 = std::polar(1.0, PI / 4); in TEST() local
1093 x.vec<complex128>()(i) = MathUtil::IPow(rotate_45, i); in TEST()
1098 y.vec<complex128>() = x.vec<complex128>() * rotate_45; in TEST()
1101 y_expected.vec<complex128>()(i) = MathUtil::IPow(rotate_45, i + 1); in TEST()