MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / unique_labels

Function unique_labels

paddle/phi/kernels/impl/einsum_kernel_impl.h:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131template <typename CharIterable>
132inline std::vector<char> unique_labels(const CharIterable& a) {
133 return union_labels(a, CharIterable());
134}
135
136// Apply transforms to all_labels and get another all_labels
137inline std::vector<char> TransformLabelsOrder(

Callers 4

PerformTileAndReductionFunction · 0.85
EinsumGradKernelFunction · 0.85
GlobalInfoFunction · 0.85
EinsumKernelImplFunction · 0.85

Calls 1

union_labelsFunction · 0.85

Tested by

no test coverage detected