Searched defs:IdentityValue (Results 1 – 2 of 2) sorted by relevance
138 struct IdentityValue { struct144 __host__ __device__ U operator()( in operator()150 __host__ __device__ U operator()( in operator()157 operator()(typename std::enable_if<IsLogSumExp<U, OpCopy>::value, U>::type t = in operator()
80 struct IdentityValue<int64, MaskSum> { struct81 int64 operator()() { return 0; } in operator ()()