Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_npBatchMatmul
Method · 0.80
EigenFftC2R
Function · 0.80
operator()
Method · 0.80
operator()
Method · 0.80
DoFFT
Method · 0.80
SparseTensorDenseMatMulImpl
Function · 0.80
TransposeUsingEigen
Function · 0.80
Conjugate
Method · 0.80
Run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected