MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / size

Method size

tests/datasets/SliceOperationsDataset.h:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 int size() const
87 {
88 return std::min(_tensor_shapes.size(), std::min(_starts_values.size(), _ends_values.size()));
89 }
90
91 void add_config(TensorShape shape, Coordinates starts, Coordinates ends)
92 {

Callers 1

sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected