Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmkl_aggregate_ops.cc65 TensorShape src1_shape, src2_shape; in Compute() local
68 src2_shape = input2_in_mkl_format ? src2_mkl_shape.GetTfShape() in Compute()
71 if (!src1_shape.IsSameSize(src2_shape)) { in Compute()
77 " != input 1: ", src2_shape.DebugString())); in Compute()