Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op.cc819 const U* shift_tf = shift_tensor.flat<U>().data(); in Compute() local
822 std::memcpy(weights_data + depth_, shift_tf, depth_ * sizeof(U)); in Compute()