Home
last modified time | relevance | path

Searched refs:iota_n (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatrix_band_part_op.cc66 xla::XlaOp iota_n = xla::Iota(builder, iota_shape, /*iota_dimension=*/1); in Compile() local
68 auto offset = xla::Sub(iota_n, iota_m); in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/
Dqr_expander.cc253 auto iota_n = in QrBlock() local
258 Eq(iota_n, j), in QrBlock()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_patterns.td404 // iota_n = { M x N matrix with 0,1,...N along the N dimension }
407 // offset = iota_m - iota_n
Dlegalize_tf.cc5936 auto iota_n = builder->create<IotaOp>( in QRBlock() local
5946 loc, iota_n, j, GetI64ElementsAttr({}, builder), in QRBlock()