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

Function BValsRight

tensorflow/compiler/xla/client/lib/slicing_test.cc:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30using SlicingTest = xla::ClientLibraryTestBase;
31
32xla::Array2D<float> BValsRight() {
33 return {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10, 11, 12}};
34}
35
36xla::Array2D<float> BValsLeft() {
37 return {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}, {10, 11, 12}};

Callers 1

XLA_TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected