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

Function XLA_TEST_F

tensorflow/compiler/xla/tests/reduce_test.cc:358–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356};
357
358XLA_TEST_F(ReduceTest, ReduceR1_0_F32_To_R0) { RunR1ToR0Test(0); }
359XLA_TEST_F(ReduceTest, ReduceR1_1_F32_To_R0) { RunR1ToR0Test(1); }
360XLA_TEST_F(ReduceTest, ReduceR1_2_F32_To_R0) { RunR1ToR0Test(2); }
361XLA_TEST_F(ReduceTest, ReduceR1_16_F32_To_R0) { RunR1ToR0Test(16); }

Callers

nothing calls this directly

Calls 15

TestNameFunction · 0.85
MakeShapeFunction · 0.85
BroadcastFunction · 0.85
ConstantLiteralFunction · 0.85
ConstantR2FromArray2DFunction · 0.85
RunAndCompareFunction · 0.85
RelayoutMethod · 0.80

Tested by

no test coverage detected