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

Method IsElementwise

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

Source from the content-addressed store, hash-verified

3199}
3200
3201bool HloInstruction::IsElementwise() const {
3202 return IsElementwiseImpl(absl::nullopt);
3203}
3204
3205bool HloInstruction::IsElementwiseOnOperand(int64 operand_idx) const {
3206 return IsElementwiseImpl(operand_idx);

Callers 15

IsReshapeMoveCandidateFunction · 0.80
HandleMapMethod · 0.80
ComputeArrayForMethod · 0.80
DefaultActionMethod · 0.80
TryRemoveConditionalFunction · 0.80
IsElementwiseImplMethod · 0.80
TEST_FFunction · 0.80
ChooseIdentityValueFunction · 0.80

Calls

no outgoing calls

Tested by 4

DefaultActionMethod · 0.64
TEST_FFunction · 0.64