Home
last modified time | relevance | path

Searched defs:Conj (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/math/cmplx/
Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/aosp_15_r20/external/eigen/blas/
H A Dcommon.h99 Conj = IsComplex enumerator
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/
H A Dmath_ops.cc67 Status Conj(AbstractContext* ctx, AbstractTensorHandle* const input, in Conj() function
/aosp_15_r20/external/pytorch/torch/fx/experimental/migrate_gradual_types/
H A Dconstraint.py11 class Conj(Constraint): class
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad_test.cc532 TEST_F(CWiseUnaryGradTest, Conj) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc4493 XlaOp Conj(const XlaOp operand) { in Conj() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2189 TEST_F(OpTest, Conj) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go6848 func Conj(scope *Scope, input tf.Output) (output tf.Output) { func