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

Function AValsUpper

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

Source from the content-addressed store, hash-verified

46}
47
48Array2D<float> AValsUpper() {
49 return {{2, 3, 4, 5},
50 {kNan, 6, 7, 8},
51 {kNan, kNan, 9, 10},
52 {kNan, kNan, kNan, 11}};
53}
54
55Array2D<float> AValsLowerUnitDiagonal() {
56 return {{kNan, kNan, kNan, kNan},

Callers 1

XLA_TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected