Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_aggregate_ops.cc52 const TensorShape src0_shape = GetTensorShape(ctx, 0); in CheckInputShape() local
55 if (!src0_shape.IsSameSize(GetTensorShape(ctx, i))) { in CheckInputShape()
60 src0_shape.DebugString(), " != input : ", i, in CheckInputShape()