Searched refs:boundaries_ (Results 1 – 6 of 6) 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() 97 boundaries_.push_back(static_cast<Module::Address>(address)); in StartFunction() 113 boundaries_.push_back(static_cast<Module::Address>(address)); in EndFunction() 157 sort(boundaries_.begin(), boundaries_.end()); in Finalize() 168 = std::upper_bound(boundaries_.begin(), boundaries_.end(), f->address); in Finalize() 169 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::__anonfbf01b230111::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() 80 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() 71 context, input, boundaries_, output)); in Compute() 75 std::vector<float> boundaries_; member in tensorflow::BucketizeOp
|
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/ |
D | quantile_stream_resource.h | 57 return boundaries_; in boundaries() 63 boundaries_ = boundaries; in set_boundaries() 95 std::vector<float> boundaries_; variable
|