Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx11/
Diota.hpp29 BOOST_CXX14_CONSTEXPR void iota ( ForwardIterator first, ForwardIterator last, T value ) in iota() function
42 BOOST_CXX14_CONSTEXPR void iota ( Range &r, T value ) in iota() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm_ext/
Diota.hpp25 inline ForwardRange& iota( ForwardRange& rng, Value x ) in iota() function
38 inline const ForwardRange& iota( const ForwardRange& rng, Value x ) in iota() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A 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
H A 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
H A Dbitcast_dtypes_expander.cc83 XlaOp iota = Iota(&b, input_shape, input_shape.dimensions_size() - 1); in ExpandInstruction() local
H A Dstable_sort_expander.cc75 auto iota = computation->AddInstruction( in ExpandInstruction() local
H A Dtopk_rewriter.cc126 HloIotaInstruction* iota = in SortIsInTopK() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A 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
/aosp_15_r20/external/executorch/backends/vulkan/test/utils/
H A Dtest_utils.cpp393 void fill_vtensor(api::vTensor& vten, float val, bool iota) { in fill_vtensor()
436 bool iota) { in fill_vtensor()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__numeric/
Diota.h23 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) { in iota() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__numeric/
Diota.h23 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) { in iota() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__numeric/
H A Diota.h23 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) { in iota() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__numeric/
Diota.h23 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) { in iota() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__numeric/
Diota.h23 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) { in iota() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__numeric/
Diota.h23 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) { in iota() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Ddiag_op.cc46 xla::XlaOp iota = xla::Iota(builder, xla::S32, last_dim_size); in CreateDiagonal() local
H A Dtranspose_op.cc183 auto iota = in InvertPermutation() local
H A Dsequence_ops.cc176 xla::XlaOp iota = xla::Iota(ctx->builder(), ctx->output_xla_type(0), num); in Compile() local
H A Dapprox_topk_op.cc84 xla::XlaOp iota = xla::Iota( in Compile() local
/aosp_15_r20/prebuilts/go/linux-x86/test/
Drename.go101 iota = 38 const
Drename1.go59 iota = "38" const
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.take/
H A Dadaptor.pass.cpp171 auto iota = std::views::iota(1, 8); in test() local
/aosp_15_r20/prebuilts/go/linux-x86/src/builtin/
Dbuiltin.go109 const iota = 0 // Untyped int. const
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.drop/
H A Dadaptor.pass.cpp168 auto iota = std::views::iota(1, 8); in test() local
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c362 static const double iota = 0x1p-56; variable

123