MCPcopy 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
109TEST_F(UnaryOpsCompositionTest, Compose_Sqrt_Sqrt_F) {
110 RunComposedOp<float>({"Sqrt", "Sqrt"}, 81.0, 3.0);
111}
112
113TEST_F(UnaryOpsCompositionTest, Compose_Sqrt_Sqrt_D) {
114 RunComposedOp<double>({"Sqrt", "Sqrt"}, 81.0, 3.0);

Callers

nothing calls this directly

Calls 5

acosClass · 0.85
sinClass · 0.50
cosClass · 0.50
maxFunction · 0.50
tanhClass · 0.50

Tested by

no test coverage detected