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

Method begin

tensorflow/core/util/gpu_device_functions.h:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 : begin_(begin), delta_(delta), end_(end) {}
88
89 __device__ Iterator begin() const { return Iterator{begin_, delta_}; }
90 __device__ Iterator end() const { return Iterator{end_, 0}; }
91
92 private:

Callers 13

EqualRepeatedNodeDefFunction · 0.45
EqualNodeDefFunction · 0.45
QSortMethod · 0.45
FillAndCopyVarLenFunction · 0.45
FastParseExampleFunction · 0.45
FastParseSingleExampleFunction · 0.45
GetTensorMethod · 0.45
FuzzFunction · 0.45
ReverseMethod · 0.45
BytesPerElementHelperFunction · 0.45
GetOpMethod · 0.45
SetOpMethod · 0.45

Calls

no outgoing calls

Tested by 3

FuzzFunction · 0.36
BytesPerElementHelperFunction · 0.36
TESTFunction · 0.36