MCPcopy Create free account
hub / github.com/Samsung/ONE / insert

Method insert

compiler/loco/include/loco/IR/TensorAxisSet.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32public:
33 bool defined(const TensorAxis &axis) const { return _axes.find(axis) != _axes.end(); }
34 void insert(const TensorAxis &axis) { _axes.insert(axis); }
35
36private:
37 std::set<TensorAxis> _axes;

Callers 15

nodeMethod · 0.45
postorder_traversalFunction · 0.45
predsFunction · 0.45
succsFunction · 0.45
GraphVerifierClass · 0.45
all_nodesFunction · 0.45
validFunction · 0.45
TESTFunction · 0.45
dumpMethod · 0.45
paramMethod · 0.45
analyze_reshapeMethod · 0.45
fuse_mean_with_meanFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
dequantizeTensorDataFunction · 0.36
makeInputTensorFunction · 0.36