Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op.cc1084 TensorShape tf_shape_src, tf_shape_diff_dst; in Compute() local
1086 tf_shape_diff_dst = dnn_shape_diff_dst.GetTfShape(); in Compute()
1092 tf_shape_diff_dst = diff_dst_tensor.shape(); in Compute()
1127 tf_shape_diff_dst.num_elements() == 0) { in Compute()