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

Function BatchedAValsFull

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

Source from the content-addressed store, hash-verified

42}
43
44xla::Array3D<float> BatchedAValsFull() {
45 return {{
46 {2, 0, 1, 2},
47 {3, 6, 0, 1},
48 {4, 7, 9, 0},
49 {5, 8, 10, 11},
50 },
51 {
52 {16, 24, 8, 12},
53 {24, 61, 82, 48},
54 {8, 82, 456, 106},
55 {12, 48, 106, 62},
56 }};
57}
58
59XLA_TEST_F(SlicingTest, Simple2dLookup) {
60 xla::XlaBuilder builder(TestName());

Callers 1

XLA_TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected