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

Method begin

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

Source from the content-addressed store, hash-verified

419 }
420
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()]; }

Callers 15

RegisterMethod · 0.45
LookupMethod · 0.45
CompactAllocationsMethod · 0.45
ExecuteReplicatedKeyMethod · 0.45
CreateMethod · 0.45
ReportErrorMethod · 0.45
GetGrpcChannelCacheFunction · 0.45
GetNameFromLocFunction · 0.45
BuildTensorMethod · 0.45
TranslateInternalMethod · 0.45

Calls

no outgoing calls

Tested by 7

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