MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / AnyOf

Function AnyOf

tensorflow/compiler/xla/service/pattern_matcher.h:629–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627// first match.
628template <typename Item, typename... Patterns>
629detail::AnyOfPattern<typename std::remove_const<Item>::type, Patterns...> AnyOf(
630 const Patterns&... patterns) {
631 return detail::AnyOfPattern<typename std::remove_const<Item>::type,
632 Patterns...>(patterns...);
633}
634
635// Creates a layout pattern that will capture the matched layout in the
636// argument.

Callers 4

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68