Home
last modified time | relevance | path

Searched refs:boundaries_ (Results 1 – 6 of 6) 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()
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()
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::__anonfbf01b230111::BucketizeOp
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dquantile_stream_resource.h41 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/
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()
71 context, input, boundaries_, output)); in Compute()
75 std::vector<float> boundaries_; member in tensorflow::BucketizeOp
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
Dquantile_stream_resource.h57 return boundaries_; in boundaries()
63 boundaries_ = boundaries; in set_boundaries()
95 std::vector<float> boundaries_; variable