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

Method IdenticalSlowPath

tensorflow/compiler/xla/service/hlo_instructions.cc:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool HloSoftmaxInstruction::IdenticalSlowPath(
85 const HloInstruction& other,
86 const std::function<bool(const HloComputation*, const HloComputation*)>&
87 eq_computations) const {
88 const auto& casted_other = static_cast<const HloSoftmaxInstruction&>(other);
89 return feature_index() == casted_other.feature_index() &&
90 log() == casted_other.log();
91}
92
93HloInstructionProto HloSoftmaxInstruction::ToProto() const {
94 HloInstructionProto proto = HloInstruction::ToProto();

Callers

nothing calls this directly

Calls 15

epsilonFunction · 0.85
ProtobufEqualsFunction · 0.85
deltaFunction · 0.85
constrain_layoutMethod · 0.80
use_global_device_idsMethod · 0.80
to_applyMethod · 0.80
split_dimensionMethod · 0.80
is_stableMethod · 0.80
layout_constrainedMethod · 0.80
iota_dimensionMethod · 0.80
logClass · 0.50

Tested by

no test coverage detected