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

Method end

tensorflow/lite/graph_info.cc:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 typedef const int* const_iterator;
35 const_iterator begin() const { return int_array_->data; }
36 const_iterator end() const { return &int_array_->data[int_array_->size]; }
37
38 TfLiteIntArrayView(const TfLiteIntArrayView&) = default;
39 TfLiteIntArrayView& operator=(const TfLiteIntArrayView& rhs) = default;

Callers 4

PartitionMethod · 0.45
AllocateMethod · 0.45
DeallocateMethod · 0.45
FindOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected