Home
last modified time | relevance | path

Searched refs:loc_ (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/util/sparse/
Dgroup_iterator.cc26 while (next_loc_ < N && iter_->GroupMatches(ix_t, loc_, next_loc_)) { in UpdateEndOfGroup()
33 return (rhs.loc_ != loc_); in operator !=()
38 return (rhs.loc_ == loc_); in operator ==()
43 loc_ = next_loc_; in operator ++()
59 g.push_back(ix_t(loc_, d)); in group()
65 return TTypes<int64>::UnalignedConstMatrix(&(iter_->ix_matrix_(loc_, 0)), in indices()
66 next_loc_ - loc_, iter_->dims_); in indices()
Dgroup_iterator.h37 : iter_(iter), loc_(loc), next_loc_(next_loc) {} in Group()
47 int64 loc_; variable
111 : iter_(iter), loc_(loc), next_loc_(loc_) { in IteratorStep()
120 Group operator*() const { return Group(iter_, loc_, next_loc_); }
121 int64 loc() const { return loc_; } in loc()
125 int64 loc_; variable
140 return ix_t(loc_, index); in group_at()
146 return typename TTypes<T>::UnalignedVec(&(iter_->vals_.vec<T>()(loc_)), in values()
147 next_loc_ - loc_); in values()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc88 auto op = builder_.create<mlir::mhlo::ConstOp>(loc_, attr); in ConstantLiteral()
107 loc_, ty, GetValue(lhs), GetValue(rhs), in ConvGeneralDilatedInternal()
125 loc_, ty, GetValue(operand), in FftInternal()
149 loc_, ty, GetValues(operands), builder_.getStringAttr(call_target_name), in CustomCallInternal()
163 loc_, GetValues(all_operands.first(num_args)), in ReduceInternal()
168 auto tuple = builder_.create<mlir::mhlo::TupleOp>(loc_, op.getResults()); in ReduceInternal()
191 loc_, ty, GetValue(operand), GetValue(init_value), in ReduceWindowInternal()
207 loc_, ty, in Iota()
217 auto op = builder_.create<mlir::mhlo::BitcastConvertOp>(loc_, ty, in BitcastConvertTypeInternal()
227 loc_, ty, GetValue(operand), GetI64ElementsAttr(permutation, &builder_)); in TransposeInternal()
[all …]
Dmlir_hlo_builder.h52 loc_(builder_.getUnknownLoc()) {} in MlirHloBuilder()
58 : XlaBuilder(name), builder_(builder), loc_(loc) {} in MlirHloBuilder()
93 void SetLocation(mlir::Location loc) { loc_ = loc; } in SetLocation()
107 return builder_.create<OpTy>(loc_, std::forward<Args>(args)...); in create()
271 mlir::Location loc_; variable
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util.h23 explicit MemLoc(void *const real_addr) : loc_(real_addr) { } in MemLoc()
25 void *loc() const { return loc_; } in loc()
27 void *const loc_;
Dtsan_test_util_posix.cc131 : loc_(allocate_addr(16, offset_from_aligned)) { in MemLoc()
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util.h22 explicit MemLoc(void *const real_addr) : loc_(real_addr) { } in MemLoc()
24 void *loc() const { return loc_; } in loc()
26 void *const loc_;
Dtsan_test_util_posix.cpp87 : loc_(allocate_addr(16, offset_from_aligned)) { in MemLoc()
/external/tensorflow/tensorflow/core/kernels/
Dinplace_ops.cc69 OP_REQUIRES_OK(ctx, ctx->GetAttr("loc", &loc_)); in ParallelConcatUpdate()
95 ctx, ::tensorflow::functor::DoParallelConcat(d, update, loc_, &output)); in Compute()
100 int32 loc_; member in tensorflow::__anon4b908b380111::ParallelConcatUpdate
/external/fmtlib/include/fmt/
Dcore.h1498 detail::locale_ref loc_;
1515 : out_(out), args_(ctx_args), loc_(loc) {}
1533 detail::locale_ref locale() { return loc_; }
/external/googletest/googletest/src/
Dgtest.cc436 : loc_(loc), in FailureTest()
442 AssertHelper(TestPartResult::kNonFatalFailure, loc_.file.c_str(), in TestBody()
443 loc_.line, "") = Message() << error_message_; in TestBody()
450 const CodeLocation loc_; member in testing::internal::__anon867e69a20111::FailureTest
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc411 : loc_(loc), error_message_(std::move(error_message)), in FailureTest()
416 AssertHelper(TestPartResult::kNonFatalFailure, loc_.file.c_str(), in TestBody()
417 loc_.line, "") = Message() << error_message_; in TestBody()
424 const CodeLocation loc_; member in testing::internal::__anon6b4f2ab80111::FailureTest