Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
public:
33
bool defined(const TensorAxis &axis) const { return _axes.find(axis) != _axes.end(); }
34
void insert(const TensorAxis &axis) { _axes.insert(axis); }
35
36
private:
37
std::set<TensorAxis> _axes;
Callers
15
node
Method · 0.45
postorder_traversal
Function · 0.45
preds
Function · 0.45
succs
Function · 0.45
GraphVerifier
Class · 0.45
all_nodes
Function · 0.45
valid
Function · 0.45
TEST
Function · 0.45
dump
Method · 0.45
param
Method · 0.45
analyze_reshape
Method · 0.45
fuse_mean_with_mean
Function · 0.45
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.36
dequantizeTensorData
Function · 0.36
makeInputTensor
Function · 0.36