HomeSort by relevance Sort by last modified time
    Searched refs:boundaries_ (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
bucketize_op.cc 57 OP_REQUIRES_OK(context, context->GetAttr("boundaries", &boundaries_));
58 OP_REQUIRES(context, std::is_sorted(boundaries_.begin(), boundaries_.end()),
71 context, input, boundaries_, output));
75 std::vector<float> boundaries_; member in class:tensorflow::BucketizeOp
  /external/tensorflow/tensorflow/contrib/boosted_trees/resources/
quantile_stream_resource.h 57 return boundaries_;
63 boundaries_ = boundaries;
95 std::vector<float> boundaries_; member in class:tensorflow::boosted_trees::QuantileStreamResource
  /external/google-breakpad/src/common/
stabs_to_module.cc 75 boundaries_.push_back(static_cast<Module::Address>(address));
86 boundaries_.push_back(static_cast<Module::Address>(address));
97 boundaries_.push_back(static_cast<Module::Address>(address));
113 boundaries_.push_back(static_cast<Module::Address>(address));
157 sort(boundaries_.begin(), boundaries_.end());
168 = std::upper_bound(boundaries_.begin(), boundaries_.end(), f->address);
169 if (boundary != boundaries_.end())
stabs_to_module.h 115 vector<Module::Address> boundaries_; member in class:google_breakpad::StabsToModule

Completed in 203 milliseconds