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

Method size

tensorflow/lite/context_util.h:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 const_iterator begin() const { return int_array_->data; }
39 const_iterator end() const { return &int_array_->data[int_array_->size]; }
40 size_t size() const { return end() - begin(); }
41 int operator[](size_t pos) const { return int_array_->data[pos]; }
42
43 private:

Callers 15

subgraphs_sizeMethod · 0.45
GetMinimumRuntimeMethod · 0.45
ParseNodesMethod · 0.45
ParseQuantizationMethod · 0.45
ParseTensorsMethod · 0.45
operator()Method · 0.45
ExecuteAllocationsMethod · 0.45
ConvertVectorFunction · 0.45
num_nodesMethod · 0.45
num_tensorsMethod · 0.45

Calls

no outgoing calls

Tested by 11

ConvertVectorFunction · 0.36
num_nodesMethod · 0.36
num_tensorsMethod · 0.36
AddTensorsMethod · 0.36
CheckPartitionSubgraphsFunction · 0.36
TestGraphMethod · 0.36
num_tensorsMethod · 0.36
num_nodesMethod · 0.36
TESTFunction · 0.36
SimpleDelegateMethod · 0.36
TEST_FFunction · 0.36