MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST_P

Function TEST_P

tensorflow/core/kernels/segment_reduction_ops_test.cc:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174};
175TEST_P(SegmentSumTestBase, CompareWithRefs) {
176 SetUp();
177 Run();
178 Validate();
179};
180
181INSTANTIATE_TEST_CASE_P(basic, SegmentSumTestBase,
182 ::testing::Combine(

Callers

nothing calls this directly

Calls 2

ValidateFunction · 0.85
RunFunction · 0.50

Tested by

no test coverage detected