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

Method Run

tensorflow/compiler/xla/service/algebraic_simplifier.cc:533–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533bool AlgebraicSimplifierVisitor::Run(HloComputation* computation,
534 const AlgebraicSimplifierOptions& options,
535 AlgebraicSimplifier* simplifier) {
536 ResetState(computation);
537 TF_CHECK_OK(computation->Accept(this));
538 return changed_ || changed();
539}
540
541bool AlgebraicSimplifierVisitor::SameShape(const HloInstruction* lhs,
542 const HloInstruction* rhs) const {

Callers

nothing calls this directly

Calls 3

AcceptMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected