Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.h262 HloInstruction* operand, absl::Span<const int64> dims_to_elide);
Dhlo_creation_utils.cc492 HloInstruction* operand, absl::Span<const int64> dims_to_elide) { in ElideDegenerateDims() argument
495 [&](int64 dim) { return !absl::c_linear_search(dims_to_elide, dim); }, in ElideDegenerateDims()