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

Function AValsLower

tensorflow/compiler/xla/tests/triangular_solve_test.cc:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39static constexpr float kNan = std::numeric_limits<float>::quiet_NaN();
40
41Array2D<float> AValsLower() {
42 return {{2, kNan, kNan, kNan},
43 {3, 6, kNan, kNan},
44 {4, 7, 9, kNan},
45 {5, 8, 10, 11}};
46}
47
48Array2D<float> AValsUpper() {
49 return {{2, 3, 4, 5},

Callers 1

XLA_TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected