Searched refs:Atan2 (Results 1 - 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dunary_ops.cc46 XLAJIT_MAKE_UNARY(Angle, b->Atan2(b->Imag(x), b->Real(x)));
57 b->Atan2(b->Pow(b->Sub(XlaHelpers::One(b, input_type(0)),
73 b->Atan2(x, b->Add(XlaHelpers::One(b, input_type(0)),
86 XLAJIT_MAKE_UNARY(Atan, b->Atan2(x, XlaHelpers::One(b, input_type(0))));
H A Dbinary_ops.cc55 XLA_MAKE_BINARY(Atan2, b->Atan2(lhs, rhs, extend_dimensions));
/external/shaderc/spirv-headers/include/spirv/1.0/
H A DOpenCL.std.h43 Atan2 = 7, enumerator in enum:OpenCLLIB::Entrypoints
/external/shaderc/spirv-headers/include/spirv/1.1/
H A DOpenCL.std.h43 Atan2 = 7, enumerator in enum:OpenCLLIB::Entrypoints
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DOpenCL.std.h43 Atan2 = 7, enumerator in enum:OpenCLLIB::Entrypoints
H A DSPIRVExtInst.h68 add(OpenCLLIB::Atan2, "atan2");
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dhalf_test.cc189 &ComputationBuilder::Atan2},
H A Darray_elementwise_ops_test.cc2031 auto atan = builder.Atan2(a, b);
/external/v8/src/wasm/
H A Dwasm-opcodes.cc148 CASE_F64_OP(Atan2, "atan2")
/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation_builder.h584 ComputationDataHandle Atan2(
H A Dcomputation_builder.cc899 ComputationDataHandle ComputationBuilder::Atan2( function in class:xla::ComputationBuilder
/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc1008 TEST_F(OpTest, Atan2) {
1011 return ExpectTfAndXlaOutputsAreClose(OpTestBuilder("Atan2")

Completed in 195 milliseconds