Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
template <typename T>
76
struct Square {
77
__host__ __device__ T operator()(const T& a) const {
78
return Prod<T>()(a, Eigen::numext::conj(a));
79
}
80
};
81
82
template <typename T, typename OUT_T = T>
Callers
nothing calls this directly
Calls
1
conj
Class · 0.70
Tested by
no test coverage detected