MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

tensorflow/core/kernels/reduction_gpu_kernels.cu.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75template <typename T>
76struct Square {
77 __host__ __device__ T operator()(const T& a) const {
78 return Prod<T>()(a, Eigen::numext::conj(a));
79 }
80};
81
82template <typename T, typename OUT_T = T>

Callers

nothing calls this directly

Calls 1

conjClass · 0.70

Tested by

no test coverage detected