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

Method Contains

tensorflow/compiler/jit/graphcycles/ordered_set.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 bool Contains(T value) const { return value_to_index_.contains(value); }
72 size_t Size() const { return value_sequence_.size(); }
73
74 absl::Span<T const> GetSequence() const { return value_sequence_; }

Callers 8

IsUniqueMethod · 0.45
HasAssociatedFunctionFunction · 0.45
GetAssociatedFunctionsFunction · 0.45
MayCallFunctionFunction · 0.45
PostprocessLiftedArgsFunction · 0.45
TESTFunction · 0.45
HasEdgeMethod · 0.45

Calls 1

containsMethod · 0.80

Tested by 1

TESTFunction · 0.36