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

Method begin

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

Source from the content-addressed store, hash-verified

33
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;

Callers 3

PartitionMethod · 0.45
AllocateMethod · 0.45
DeallocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected