Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Drelu_op_gpu.cu.cc48 int32 half2_count = count >> 1; in ReluGradHalfKernel() local
187 int32 half2_count = Eigen::divup(count, 2); in operator ()() local
Dfused_batch_norm_op.cu.cc211 int32 half2_count = count >> 1; in run() local