Home
last modified time | relevance | path

Searched refs:ForEachIndex (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dtridiagonal.cc177 ForEachIndex(num_eqs - 1, S32, preparation_body_fn, in ThomasSolver()
222 ForEachIndex( in ThomasSolver()
267 ForEachIndex(num_eqs - 1, S32, bwd_reduction_fn, in ThomasSolver()
Dloops.h64 StatusOr<std::vector<XlaOp>> ForEachIndex(
Dloops.cc82 StatusOr<std::vector<XlaOp>> ForEachIndex( in ForEachIndex() function
Dsorting.cc168 ForEachIndex(num_partitions - 1, S32, topk_body_fn, in TopKWithPartitions()
/external/tensorflow/tensorflow/compiler/xla/service/
Dqr_expander.cc269 TF_ASSIGN_OR_RETURN(auto values, ForEachIndex(std::min(m, n), S32, qr_body_fn, in QrBlock()
332 ForEachIndex(n, S32, body_fn, {t, vtv}, "wy", builder)); in CompactWYRepresentation()
Dcholesky_expander.cc120 ForEachIndex( in CholeskyUnblocked()
Dhlo_evaluator_typed_visitor.h1592 ShapeUtil::ForEachIndex(
2684 ShapeUtil::ForEachIndex(iota->shape(), [&](absl::Span<const int64> idx) {
2950 ShapeUtil::ForEachIndex(update_literal.shape(), base,
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h738 static void ForEachIndex(const Shape& shape, absl::Span<const int64> base, in ForEachIndex() function
763 static void ForEachIndex(const Shape& shape, const FnType& visitor_function) { in ForEachIndex() function
Dliteral_test.cc1053 ShapeUtil::ForEachIndex(source.shape(), zero_base, dimensions, step, in TEST_F()
1077 ShapeUtil::ForEachIndex(source.shape(), zero_base, copy_size, step, in TEST_F()
1269 ShapeUtil::ForEachIndex(literal.shape(), zero_base, data.dimensions, step, in TEST_F()
1311 ShapeUtil::ForEachIndex(literal.shape(), zero_base, data.dimensions, step, in TEST_F()
Dshape_util_test.cc565 TEST(ShapeUtilTest, ForEachIndex) { in TEST() argument
586 ShapeUtil::ForEachIndex(shape, zero_base, data.dimensions, step, in TEST()
Dliteral.h1087 ShapeUtil::ForEachIndex( in PopulateInternal()
Dliteral.cc321 ShapeUtil::ForEachIndex(src_literal.shape(), stride_config.base, in CopySliceFromInternal()
801 ShapeUtil::ForEachIndex( in Broadcast()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Drandom_ops.cc197 xla::ForEachIndex(n, xla::S32, swap_body_fn, {swaps, indices}, in Compile()