Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op.cc681 const size_t kShiftIndex = 2; // index of shift tensor in Compute() local
687 const Tensor& shift_tensor = MklGetInput(context, kShiftIndex); in Compute()