Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Coefficient
Function
Coefficient
tensorflow/compiler/xla/client/lib/tridiagonal.cc:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
XlaOp Coefficient(XlaOp operand, int64 i) {
118
return SliceInMinorDims(operand, /*start=*/{i}, /*end=*/{i + 1});
119
}
120
121
} // namespace
122
Callers
2
ThomasSolver
Function · 0.85
XLA_TEST_P
Function · 0.85
Calls
1
SliceInMinorDims
Function · 0.85
Tested by
1
XLA_TEST_P
Function · 0.68