Home
last modified time | relevance | path

Searched refs:boundaries_ (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/
Dstabs_to_module.cc75 boundaries_.push_back(static_cast<Module::Address>(address)); in StartCompilationUnit()
86 boundaries_.push_back(static_cast<Module::Address>(address)); in EndCompilationUnit()
98 boundaries_.push_back(static_cast<Module::Address>(address)); in StartFunction()
114 boundaries_.push_back(static_cast<Module::Address>(address)); in EndFunction()
158 sort(boundaries_.begin(), boundaries_.end()); in Finalize()
169 = std::upper_bound(boundaries_.begin(), boundaries_.end(), f->address); in Finalize()
170 if (boundary != boundaries_.end()) in Finalize()
Dstabs_to_module.h115 vector<Module::Address> boundaries_; variable
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbucketize_op.cc30 OP_REQUIRES_OK(context, context->GetAttr("boundaries", &boundaries_)); in BucketizeOp()
31 OP_REQUIRES(context, std::is_sorted(boundaries_.begin(), boundaries_.end()), in BucketizeOp()
40 xla::XlaOp boundaries = xla::ConstantR1<float>(builder, boundaries_); in Compile()
62 std::vector<float> boundaries_; member in tensorflow::__anon41e4b35f0111::BucketizeOp
/external/tensorflow/tensorflow/core/kernels/
Dbucketize_op.cc57 OP_REQUIRES_OK(context, context->GetAttr("boundaries", &boundaries_)); in BucketizeOp()
58 OP_REQUIRES(context, std::is_sorted(boundaries_.begin(), boundaries_.end()), in BucketizeOp()
72 context, input, boundaries_, output)); in Compute()
77 std::vector<float> boundaries_; member in tensorflow::BucketizeOp
/external/tensorflow/tensorflow/lite/kernels/
Dbucketize_test.cc35 boundaries_ = boundaries; in BucketizeOpModel()
41 builder_, builder_.CreateVector<float>(boundaries_)) in BucketizeOpModel()
47 const std::vector<float>& boundaries() { return boundaries_; } in boundaries()
54 std::vector<float> boundaries_; member in tflite::__anon6d4476530111::BucketizeOpModel