Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AValsFull
Function
AValsFull
tensorflow/compiler/xla/client/lib/slicing_test.cc:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
xla::Array2D<float> AValsFull() {
41
return {{2, 0, 1, 2}, {3, 6, 0, 1}, {4, 7, 9, 0}, {5, 8, 10, 11}};
42
}
43
44
xla::Array3D<float> BatchedAValsFull() {
45
return {{
Callers
1
XLA_TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected