Home
last modified time | relevance | path

Searched refs:scratch2_vec (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cu.cc56 Tensor scratch1_vec, scratch2_vec; in operator ()() local
60 {depth}, &scratch2_vec)); in operator ()()
63 typename TTypes<U>::Vec scratch2(scratch2_vec.vec<U>()); in operator ()()
Dfused_batch_norm_op.cc538 Tensor scratch1_vec, scratch2_vec; in operator ()() local
542 {depth}, &scratch2_vec)); in operator ()()
558 typename TTypes<U>::Vec scratch2(scratch2_vec.vec<U>()); in operator ()()
599 redux_sum_u(d, rest_by_depth, scratch3_tensor, &scratch2_vec); in operator ()()