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

Function XLA_TEST_F

tensorflow/compiler/xla/tests/copy_test.cc:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58};
59
60XLA_TEST_F(CopyOpTest, CopyR0Bool) {
61 TestCopyOp(LiteralUtil::CreateR0<bool>(true));
62}
63
64XLA_TEST_F(CopyOpTest, CopyR1S0U32) {
65 TestCopyOp(LiteralUtil::CreateR1<uint32>({}));

Callers

nothing calls this directly

Calls 15

TestNameFunction · 0.85
AddEntryComputationMethod · 0.80
mutable_layoutMethod · 0.80
minor_to_major_sizeMethod · 0.80
minor_to_majorMethod · 0.80
ConsumeValueOrDieMethod · 0.80
BuilderClass · 0.50
ParameterFunction · 0.50
EqualClass · 0.50
shapeMethod · 0.45

Tested by

no test coverage detected