MCPcopy 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
117XlaOp Coefficient(XlaOp operand, int64 i) {
118 return SliceInMinorDims(operand, /*start=*/{i}, /*end=*/{i + 1});
119}
120
121} // namespace
122

Callers 2

ThomasSolverFunction · 0.85
XLA_TEST_PFunction · 0.85

Calls 1

SliceInMinorDimsFunction · 0.85

Tested by 1

XLA_TEST_PFunction · 0.68