Home
last modified time | relevance | path

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

12

/external/cronet/buildtools/third_party/libc++/trunk/include/__numeric/
Diota.h24 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) in iota() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Ddiag_op.cc46 xla::XlaOp iota = xla::Iota(builder, xla::S32, last_dim_size); in CreateDiagonal() local
Dtranspose_op.cc183 auto iota = in InvertPermutation() local
Dsequence_ops.cc176 xla::XlaOp iota = xla::Iota(ctx->builder(), ctx->output_xla_type(0), num); in Compile() local
Dapprox_topk_op.cc84 xla::XlaOp iota = xla::Iota( in Compile() local
Dwhere_op.cc169 XlaOp iota = xla::Iota(ctx->builder(), iota_shape, axis); in CompileWhereWithSort() local
Dunique_op.cc174 auto iota = xla::Iota(ctx->builder(), xla::S32, leading_size); in CompileWithAxis() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dbitcast_dtypes_expander.cc83 XlaOp iota = Iota(&b, input_shape, input_shape.dimensions_size() - 1); in ExpandInstruction() local
Dstable_sort_expander.cc75 auto iota = computation->AddInstruction( in ExpandInstruction() local
Dqr_expander.cc125 XlaOp iota = Iota(builder, S32, m); in House() local
254 auto iota = Reshape(Iota(a.builder(), S32, m), {m, 1}); in QrBlock() local
Dtopk_rewriter.cc126 HloIotaInstruction* iota = in SortIsInTopK() local
Ddynamic_padder.cc298 HloInstruction* iota = in PadWithScalar() local
334 HloInstruction* iota = in GenerateBinaryMask() local
678 HloInstruction* iota = in RewriteDynamicReshapeCombineInput() local
1363 HloInstruction* iota = in RewriteDynamicSort() local
1630 HloInstruction* iota = in RewriteDynamicUpdateSlice() local
Ddfs_hlo_visitor_with_default.h162 Status HandleIota(HloInstructionPtr iota) override { in HandleIota()
Dpattern_matcher_test.cc738 std::unique_ptr<HloInstruction> iota = in TEST_F() local
Dalgebraic_simplifier_test.cc3447 auto iota = builder.AddInstruction(HloInstruction::CreateIota( in TEST_F() local
3468 auto iota = builder.AddInstruction( in TEST_F() local
3491 auto iota = builder.AddInstruction( in TEST_F() local
3516 auto iota = builder.AddInstruction( in TEST_F() local
3537 auto iota = builder.AddInstruction( in TEST_F() local
3557 auto iota = builder.AddInstruction( in TEST_F() local
3579 auto iota = builder.AddInstruction( in TEST_F() local
3602 auto iota = builder.AddInstruction( in TEST_F() local
5134 HloInstruction* iota = in TEST_F() local
5154 HloInstruction* iota = in TEST_F() local
Dalgebraic_simplifier.cc1622 HloInstruction* iota = constant->AddInstruction( in HandleConstant() local
3694 auto* iota = Cast<HloIotaInstruction>(instruction); in HandleIota() local
4191 HloInstruction* iota; in HandleRemainder() local
4303 auto* iota = Cast<HloIotaInstruction>(operand); in HandleReshape() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.take/
Dadaptor.pass.cpp174 auto iota = std::views::iota(1, 8); in test() local
/external/skia/src/opts/
DSkVM_opts.h271 const int iota[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14,15, in interpret_skvm() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.drop/
Dadaptor.pass.cpp171 auto iota = std::views::iota(1, 8); in test() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc1280 bool MatchSingleIota(DenseIntElementsAttr dimensions, Value iota) { in MatchSingleIota()
1295 bool MatchIotaBroadCastInDim(DenseIntElementsAttr dimensions, Value iota) { in MatchIotaBroadCastInDim()
1314 bool MatchReshapedIota(DenseIntElementsAttr dimensions, Value iota) { in MatchReshapedIota()
1348 bool MatchConstIotaBroadCastInDim(DenseIntElementsAttr dimensions, Value iota) { in MatchConstIotaBroadCastInDim()
1501 bool MatchIotaConst(DenseIntElementsAttr dimensions, Value iota) { in MatchIotaConst()
1532 bool MatchIota(DenseIntElementsAttr dimensions, Value iota) { in MatchIota()
2062 Value iota = reduce_op.operands().back(); in matchAndRewrite() local
2751 int64_t iota = 0; in IsIotaAttr() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc153 XlaOp iota = Iota(builder, iota_shape, axis); in ArgMinMax() local
Dprng.cc381 XlaOp iota = Iota(builder, U64, n); in GetPhiloxInputsAndUpdatedState() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dcustom_call_handler.cc348 HloInstruction* iota = b_.AddInstruction(HloInstruction::CreateIota( in HandleCustomCallSPMDInternal_RotateRight() local
Dfft_handler.cc199 auto iota = add_hlo( in GetCorrectionFactor() local
Dspmd_partitioner_util.cc984 auto iota = b->AddInstruction(HloInstruction::CreateIota(index_shape, dim)); in ExchangeHaloAndGetValidData() local
1126 HloIotaInstruction* iota = in GetKValueInTopKWhenPartitionSortDim() local

12