Searched refs:total_shape (Results 1 – 2 of 2) sorted by relevance
251 total_shape = array_ops.broadcast_dynamic_shape(254 row = array_ops.broadcast_to(row, total_shape)255 col = array_ops.broadcast_to(col, total_shape)
2500 PartialTensorShape total_shape = row_shape; in ParseSequenceDenseFeatures() local2501 total_shape.InsertDim(0, -1); in ParseSequenceDenseFeatures()2506 " is not consistent with output shape: ", total_shape.DebugString()); in ParseSequenceDenseFeatures()