Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/test/util/
H A Dcomplex_math_test_common.h46 float expected_real = std::exp(x.real()) * std::cos(x.imag()); in C10_DEFINE_TEST() local
54 float expected_real = ::exp(x.real()) * ::cos(x.imag()); in C10_DEFINE_TEST() local
62 float expected_real = std::exp(x.real()) * std::cos(x.imag()); in C10_DEFINE_TEST() local
70 float expected_real = ::exp(x.real()) * ::cos(x.imag()); in C10_DEFINE_TEST() local
117 float expected_real = std::log(std::abs(x)); in C10_DEFINE_TEST() local
125 float expected_real = ::log(std::abs(x)); in C10_DEFINE_TEST() local
133 float expected_real = std::log(std::abs(x)); in C10_DEFINE_TEST() local
141 float expected_real = ::log(std::abs(x)); in C10_DEFINE_TEST() local
406 float expected_real = std::sin(x.real()) * std::cosh(x.imag()); in C10_DEFINE_TEST() local
414 float expected_real = ::sin(x.real()) * ::cosh(x.imag()); in C10_DEFINE_TEST() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator_test.cc440 auto expected_real = LiteralUtil::CreateR0<double>(2.23607); in TEST_F() local
475 auto expected_real = LiteralUtil::CreateR1<double>({1, -100}); in TEST_F() local