Home
last modified time | relevance | path

Searched defs:expected_imag (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/c10/test/util/
Dcomplex_math_test_common.h47 float expected_imag = std::exp(x.real()) * std::sin(x.imag()); in C10_DEFINE_TEST() local
55 float expected_imag = ::exp(x.real()) * ::sin(x.imag()); in C10_DEFINE_TEST() local
63 float expected_imag = std::exp(x.real()) * std::sin(x.imag()); in C10_DEFINE_TEST() local
71 float expected_imag = ::exp(x.real()) * ::sin(x.imag()); in C10_DEFINE_TEST() local
118 float expected_imag = std::arg(x); in C10_DEFINE_TEST() local
126 float expected_imag = std::arg(x); in C10_DEFINE_TEST() local
134 float expected_imag = std::arg(x); in C10_DEFINE_TEST() local
142 float expected_imag = std::arg(x); in C10_DEFINE_TEST() local
407 float expected_imag = std::cos(x.real()) * std::sinh(x.imag()); in C10_DEFINE_TEST() local
415 float expected_imag = ::cos(x.real()) * ::sinh(x.imag()); in C10_DEFINE_TEST() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc481 auto expected_imag = LiteralUtil::CreateR1<double>({0, 4}); in TEST_F() local
487 auto expected_imag = LiteralUtil::CreateR1<float>({0, 0}); in TEST_P() local
493 auto expected_imag = LiteralUtil::CreateR1<double>({0, 0}); in TEST_F() local