Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/linalg/
Deinsum_op_impl.h444 const int dimtype_b = remap[label_types[labels[i + 1]]]; in ShouldSwapFreeAndContract() local
445 if (dimtype_a > dimtype_b || in ShouldSwapFreeAndContract()
446 (dimtype_a == dimtype_b && labels[i] > labels[i + 1])) { in ShouldSwapFreeAndContract()