Home
last modified time | relevance | path

Searched defs:iota (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhere_op.cc64 xla::XlaOp iota = xla::Iota(ctx->builder(), iota_shape, axis); in Compile() local
Dsequence_ops.cc162 xla::XlaOp iota = xla::Iota(ctx->builder(), ctx->output_xla_type(0), num); in Compile() local
Ddiag_op.cc45 xla::XlaOp iota = xla::Iota(builder, xla::S32, last_dim_size); in CreateDiagonal() local
Dtranspose_op.cc182 auto iota = in InvertPermutation() local
Dcast_op.cc164 auto iota = xla::Iota(ctx->builder(), xla_input_shape, in Compile() local
Dunique_op.cc154 xla::XlaOp iota = xla::Iota(ctx->builder(), iota_shape, 0); in DataOutputFastPath() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dtopk_rewriter.cc75 HloIotaInstruction* iota = in Run() local
Dstable_sort_expander.cc75 auto iota = computation->AddInstruction( in ExpandInstruction() local
Dqr_expander.cc97 XlaOp iota = Iota(builder, S32, m); in House() local
230 auto iota = Reshape(Iota(a.builder(), S32, m), {m, 1}); in QrBlock() local
Ddynamic_padder.cc258 HloInstruction* iota = in PadWithScalar() local
613 HloInstruction* iota = in RewriteDynamicReshapeCombineInput() local
1214 HloInstruction* iota = in RewriteDynamicSort() local
1372 HloInstruction* iota = in RewriteDynamicUpdateSlice() local
Ddfs_hlo_visitor_with_default.h149 Status HandleIota(HloInstructionPtr iota) override { in HandleIota()
Dpattern_matcher_test.cc680 std::unique_ptr<HloInstruction> iota = in TEST_F() local
Dhlo_sharding_util.cc1285 if (auto* iota = DynCast<HloIotaInstruction>(op)) { in GetGatherBatchParallelDims() local
1295 } else if (auto* iota = DynCast<HloIotaInstruction>(indices)) { in GetGatherBatchParallelDims() local
Dalgebraic_simplifier_test.cc3039 auto iota = builder.AddInstruction(HloInstruction::CreateIota( in TEST_F() local
3060 auto iota = builder.AddInstruction( in TEST_F() local
3083 auto iota = builder.AddInstruction( in TEST_F() local
3108 auto iota = builder.AddInstruction( in TEST_F() local
3129 auto iota = builder.AddInstruction( in TEST_F() local
3149 auto iota = builder.AddInstruction( in TEST_F() local
3171 auto iota = builder.AddInstruction( in TEST_F() local
3194 auto iota = builder.AddInstruction( in TEST_F() local
4721 HloInstruction* iota = in TEST_F() local
4741 HloInstruction* iota = in TEST_F() local
Dalgebraic_simplifier.cc3311 auto* iota = Cast<HloIotaInstruction>(instruction); in HandleIota() local
3815 HloInstruction* iota; in HandleRemainder() local
3927 auto* iota = Cast<HloIotaInstruction>(operand); in HandleReshape() local
Dhlo_verifier.cc606 auto* iota = Cast<HloIotaInstruction>(hlo); in HandleIota() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc159 XlaOp iota = Iota(builder, iota_shape, axis); in ArgMinMax() local
190 XlaOp iota = Iota( in ArgMinMaxTwoPass() local
Dprng.cc380 XlaOp iota = Iota(builder, U64, n); in GetPhiloxInputsAndUpdatedState() local
/external/skia/src/opts/
DSkVM_opts.h206 const int iota[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14,15, in interpret_skvm() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dfft_handler.cc201 auto iota = add_hlo( in GetCorrectionFactor() local
Dspmd_partitioner_util.cc1022 auto iota = b->AddInstruction(HloInstruction::CreateIota(index_shape, dim)); in ExchangeHaloAndGetValidData() local
1164 HloIotaInstruction* iota = in GetKValueInTopKWhenPartitionSortDim() local
Ddot_handler.cc3243 auto add_iota = [&](const HloInstruction* iota) { in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()
3323 auto iota = body->AddInstruction(HloInstruction::CreateIota( in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions() local
Dspmd_partitioner.cc493 auto iota = in PadWithValue() local
2151 auto iota = b_.AddInstruction(HloInstruction::CreateIota( in HandleIota() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc3439 auto iota = rewriter.create<IotaOp>(op.getLoc(), result_type, in matchAndRewrite() local
3519 auto iota = rewriter.create<DynamicIotaOp>( in matchAndRewrite() local
3590 auto iota = rewriter.create<IotaOp>(op.getLoc(), result_type, in matchAndRewrite() local
4521 auto iota = rewriter.create<IotaOp>( in matchAndRewrite() local
5724 Value iota = builder->create<IotaOp>( in House() local
5870 auto iota = builder->create<IotaOp>( in QRBlock() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc1000 int64_t iota = 0; in IsIotaAttr() local

12