MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / conjugate

Method conjugate

tensorflow/cc/gradients/math_grad_test.cc:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 complex64 conjugate(const complex64& val) {
229 return complex64(val.real(), -val.imag());
230 }
231
232 Scope scope_;
233};

Callers 9

_npBatchMatmulMethod · 0.80
EigenFftC2RFunction · 0.80
operator()Method · 0.80
operator()Method · 0.80
DoFFTMethod · 0.80
TransposeUsingEigenFunction · 0.80
ConjugateMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected