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

Method end

tensorflow/compiler/xla/array.h:423–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 const T* begin() const { return &values_[0]; }
422 T* begin() { return &values_[0]; }
423 const T* end() const { return &values_[num_elements()]; }
424 T* end() { return &values_[num_elements()]; }
425
426 bool operator==(const Array<T>& other) const {

Callers 15

ReleaseMethod · 0.45
LookupMethod · 0.45
CompactAllocationsMethod · 0.45
ReleaseMethod · 0.45
DiscardEntryRefLockedMethod · 0.45
CompileIfKeyAbsentMethod · 0.45
LookupMethod · 0.45
ExecuteReplicatedKeyMethod · 0.45
CreateMethod · 0.45
ReportErrorMethod · 0.45
LookupOperationMethod · 0.45

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36