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

Function TEST_F

tensorflow/compiler/xla/tests/round_trip_transfer_test.cc:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45};
46
47TEST_F(RoundTripTransferTest, R0S32) {
48 RoundTripTest(LiteralUtil::CreateR0<int32>(42));
49}
50
51TEST_F(RoundTripTransferTest, R0F32) {
52 RoundTripTest(LiteralUtil::CreateR0<float>(42.0));

Callers

nothing calls this directly

Calls 3

FillWithMultiplesMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected