Home
last modified time | relevance | path

Searched defs:IdentityValue (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dscan_ops_gpu.h138 struct IdentityValue { struct
144 __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()
H A Din_topk_op_gpu.cu.cc80 struct IdentityValue<int64, MaskSum> { struct
81 int64 operator()() { return 0; } in operator ()()