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

Method comparison_direction

tensorflow/compiler/xla/service/hlo_instruction.cc:4013–4015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4011}
4012
4013ComparisonDirection HloInstruction::comparison_direction() const {
4014 return Cast<HloCompareInstruction>(this)->direction();
4015}
4016
4017const TriangularSolveOptions& HloInstruction::triangular_solve_options() const {
4018 return Cast<HloTriangularSolveInstruction>(this)->triangular_solve_options();

Callers 15

matchAndRewriteMethod · 0.80
matchAndRewriteMethod · 0.80
matchAndRewriteMethod · 0.80
CompareOp>Method · 0.80
MatchImplMethod · 0.80
HandleCompareMethod · 0.80
CreateFromProtoMethod · 0.80
MatchAndExplainMethod · 0.80
HandleCompareMethod · 0.80
MatchTrivialComputationFunction · 0.80

Calls 1

directionMethod · 0.45

Tested by 2

TEST_FFunction · 0.64