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

Function XLA_TEST_F

tensorflow/compiler/xla/tests/transpose_test.cc:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37};
38
39XLA_TEST_F(TransposeTest, Transpose0x0) {
40 XlaBuilder builder("Transpose");
41 auto lhs = ConstantR2FromArray2D<float>(&builder, Array2D<float>(0, 0));
42 Transpose(lhs, {1, 0});
43
44 ComputeAndCompareR2<float>(&builder, Array2D<float>(0, 0), {}, error_spec_);
45}
46
47XLA_TEST_F(TransposeTest, Transpose0x42) {
48 XlaBuilder builder("Transpose");

Callers

nothing calls this directly

Calls 1

TransposeFunction · 0.50

Tested by

no test coverage detected