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

Method GetVisitState

tensorflow/compiler/xla/service/dfs_hlo_visitor.cc:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41template <typename HloInstructionPtr>
42typename DfsHloVisitorBase<HloInstructionPtr>::VisitState
43DfsHloVisitorBase<HloInstructionPtr>::GetVisitState(
44 const HloInstruction& instruction) {
45 return GetVisitState(instruction.unique_id());
46}
47
48template <typename HloInstructionPtr>
49void DfsHloVisitorBase<HloInstructionPtr>::SetVisiting(

Callers 2

PushDFSChildFunction · 0.45
PostOrderDFSFunction · 0.45

Calls 1

unique_idMethod · 0.45

Tested by

no test coverage detected