Searched refs:boundaries_ (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/ |
D | stabs_to_module.cc | 75 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()
|
D | stabs_to_module.h | 115 vector<Module::Address> boundaries_; variable
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | bucketize_op.cc | 30 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/ |
D | bucketize_op.cc | 57 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/ |
D | bucketize_test.cc | 35 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
|