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

Method UserId

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

Source from the content-addressed store, hash-verified

1910}
1911
1912int64 HloInstruction::UserId(HloInstruction* user) {
1913 auto result = user_map_.find(user);
1914 CHECK(result != user_map_.end());
1915 return result->second;
1916}
1917
1918bool HloInstruction::HasConstantOperand() const {
1919 for (const HloInstruction* operand : operands_) {

Callers 1

RunMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected