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::__anon7864a91a0111::BucketizeOp
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
D | quantile_stream_resource.h | 41 boundaries_.reserve(num_streams_); in BoostedTreesQuantileStreamResource() 44 boundaries_.push_back(std::vector<float>()); in BoostedTreesQuantileStreamResource() 55 return boundaries_[index]; in boundaries() 59 boundaries_[index] = boundaries; in set_boundaries() 88 std::vector<std::vector<float>> boundaries_; variable
|
/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
|