Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/ONE
/ TEST
Function
TEST
compiler/loco/src/IR/NodeShape.test.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
#include <gtest/gtest.h>
20
21
TEST(NodeShapeTest, default_constructor)
22
{
23
loco::NodeShape node_shape;
24
25
ASSERT_EQ(loco::Domain::Unknown, node_shape.domain());
26
}
27
28
TEST(NodeShapeTest, bias_shape_constructor)
29
{
Callers
nothing calls this directly
Calls
8
multiplier
Method · 0.80
length
Method · 0.45
depth
Method · 0.45
height
Method · 0.45
width
Method · 0.45
count
Method · 0.45
rank
Method · 0.45
dim
Method · 0.45
Tested by
no test coverage detected