MCPcopy 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
21TEST(NodeShapeTest, default_constructor)
22{
23 loco::NodeShape node_shape;
24
25 ASSERT_EQ(loco::Domain::Unknown, node_shape.domain());
26}
27
28TEST(NodeShapeTest, bias_shape_constructor)
29{

Callers

nothing calls this directly

Calls 8

multiplierMethod · 0.80
lengthMethod · 0.45
depthMethod · 0.45
heightMethod · 0.45
widthMethod · 0.45
countMethod · 0.45
rankMethod · 0.45
dimMethod · 0.45

Tested by

no test coverage detected