Home
last modified time | relevance | path

Searched defs:iota_r2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtopk_ops.cc154 xla::XlaOp iota_r2 = xla::Broadcast(iota_r1, {height}); in CreateTopKUnique() local
288 xla::XlaOp iota_r2 = xla::Broadcast(iota_r1, {height}); in CreateMakeUnique() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Din_topk_op.cc73 xla::XlaOp iota_r2 = xla::Broadcast(iota_r1, {batch_size}); in Compile() local