Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TEST_F
Function
TEST_F
tensorflow/compiler/tests/unary_ops_composition_test.cc:109–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
};
108
109
TEST_F(UnaryOpsCompositionTest, Compose_Sqrt_Sqrt_F) {
110
RunComposedOp<float>({
"Sqrt"
,
"Sqrt"
}, 81.0, 3.0);
111
}
112
113
TEST_F(UnaryOpsCompositionTest, Compose_Sqrt_Sqrt_D) {
114
RunComposedOp<double>({
"Sqrt"
,
"Sqrt"
}, 81.0, 3.0);
Callers
nothing calls this directly
Calls
5
acos
Class · 0.85
sin
Class · 0.50
cos
Class · 0.50
max
Function · 0.50
tanh
Class · 0.50
Tested by
no test coverage detected