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

Method run

tensorflow/core/kernels/conv_2d_gpu.h:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43template <typename T, bool conjugate>
44struct maybe_conj {
45 __device__ static __inline__ T run(T x) {
46 if (conjugate) {
47 return Eigen::numext::conj(x);
48 } else {
49 return x;
50 }
51 }
52};
53
54// Partial specializations for Gpu types used to store complex numbers.

Callers

nothing calls this directly

Calls 1

conjClass · 0.70

Tested by

no test coverage detected