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

Method id

tensorflow/compiler/jit/deadness_analysis.cc:129–129  ·  view source on GitHub ↗

An ID assigned to the Predicate at construction time. Conceptually like a pointer, except that it is stable across runs.

Source from the content-addressed store, hash-verified

127 // An ID assigned to the Predicate at construction time. Conceptually like a
128 // pointer, except that it is stable across runs.
129 int64 id() const { return id_; }
130
131 virtual absl::Span<Predicate* const> GetOperands() const = 0;
132

Callers 9

MakeInternedAndOrMethod · 0.45
SetPredicateMethod · 0.45
IsRootEnterMethod · 0.45
IsRootExitMethod · 0.45
GetFullFrameFunction · 0.45
GetRootFrameFunction · 0.45
HandleMergeMethod · 0.45
PopulateFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected