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

Method Size

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

Source from the content-addressed store, hash-verified

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_; }
75

Callers 2

TESTFunction · 0.45
ContractEdgeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.36