Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/linalg/
Deinsum_op_impl.h63 constexpr int kEllipsisLabel = -1; variable
109 labels->push_back(kEllipsisLabel); in MapToLabels()
157 if (label != kEllipsisLabel) in ParseEquation()
165 if (label != kEllipsisLabel) in ParseEquation()
174 if (label == kEllipsisLabel) continue; in ParseEquation()
263 if (label == kEllipsisLabel) { in ProcessDimensions()
287 std::find(output_labels->begin(), output_labels->end(), kEllipsisLabel); in ProcessDimensions()