Home
last modified time | relevance | path

Searched defs:taus (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dqr_expander.h41 XlaOp taus; // Shape: [..., min(m, n)] member
Dqr_expander.cc201 auto taus = values[1]; in QrBlock() local
265 auto taus = Zeros( in QrBlock() local
296 XlaOp taus, int64 m, int64 n, PrecisionConfig::Precision precision) { in CompactWYRepresentation()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc5635 Value taus; in matchAndRewrite() local
5816 void QRBlock(Location loc, Value a, Value *r, Value *taus, Value *vs, in QRBlock()
5835 auto taus = old_values[2]; in QRBlock() local
5994 Value taus, int64_t m, int64_t n, in ComputeWYRepresentation()
6005 const auto taus = old_values[2]; in ComputeWYRepresentation() local