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

Function CustomCall

tensorflow/compiler/xla/service/hlo_matchers.h:355–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353// - CustomCall() matches any CustomCall HLO at all.
354template <typename... M>
355inline ::testing::Matcher<const ::xla::HloInstruction*> CustomCall(
356 ::testing::Matcher<string> call_target_matcher, M... operands) {
357 return ::testing::MakeMatcher(new ::xla::testing::HloCustomCallMatcher(
358 call_target_matcher, {operands...}));
359}
360// This overload of CustomCall(A, B, C, ...) exists iff A is not convertible to
361// ::testing::Matcher<string>. In that case, we want to prefer the overload
362// above.

Callers 5

TEST_FFunction · 0.70
TEST_FFunction · 0.70
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.56
TEST_FFunction · 0.56
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40