Home
last modified time | relevance | path

Searched defs:boundaries (Results 1 – 25 of 32) sorted by relevance

12

/external/grpc-grpc/tools/run_tests/performance/
Dmassage_qps_stats_helpers.py18 def _threshold_for_count_below(buckets, boundaries, count_below): argument
40 def percentile(buckets, pctl, boundaries): argument
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dquantile_stream_resource.h54 const std::vector<float>& boundaries(const int64 index) { in boundaries() function
58 void set_boundaries(const std::vector<float>& boundaries, const int64 index) { in set_boundaries()
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
Dquantile_stream_resource.h55 const std::vector<float>& boundaries(int64 stamp) { in boundaries() function
60 void set_boundaries(int64 stamp, const std::vector<float>& boundaries) { in set_boundaries()
/external/tensorflow/tensorflow/contrib/layers/python/ops/
Dbucketization_op.py23 def bucketize(input_tensor, boundaries, name=None): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbucketize_op.cc40 xla::XlaOp boundaries = xla::ConstantR1<float>(builder, boundaries_); in Compile() local
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc177 std::vector<float> boundaries = stream.GenerateBoundaries(num_boundaries); in GenerateBoundaries() local
190 std::vector<float> boundaries = stream.GenerateQuantiles(num_quantiles); in GenerateQuantiles() local
197 const std::vector<float>& boundaries, const int64 index, in CopyBoundaries()
488 const std::vector<float>& boundaries = in Compute() local
733 const std::vector<float>& boundaries = in Compute() local
822 const auto boundaries = GenerateBoundaries( in Compute() local
838 const auto boundaries = GenerateBoundaries( in Compute() local
939 auto boundaries = boundaries_tensor.flat<float>(); in Compute() local
/external/libaom/libaom/av1/common/
Dalloccommon.c151 RestorationStripeBoundaries *boundaries = &cm->rst_info[p].boundaries; in av1_alloc_restoration_buffers() local
179 RestorationStripeBoundaries *boundaries = &cm->rst_info[p].boundaries; in av1_free_restoration_buffers() local
Drestoration.h232 RestorationStripeBoundaries boundaries; member
Drestoration.c1389 RestorationStripeBoundaries *boundaries) { in save_deblock_boundary_lines()
1444 RestorationStripeBoundaries *boundaries) { in save_cdef_boundary_lines()
1489 RestorationStripeBoundaries *boundaries = &cm->rst_info[plane].boundaries; in save_tile_row_boundary_lines() local
/external/tensorflow/tensorflow/core/kernels/
Dbucketize_op_gpu.cu.cc40 const float* boundaries = GetGpuDeviceArrayOnDevice(&boundaries_array); in BucketizeCustomKernel() local
/external/icu/icu4c/source/i18n/
Dbrktrans.cpp77 LocalPointer<UVector32> boundaries; in handleTransliterate() local
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/export/
DInProcessSampledSpanStoreImpl.java166 LatencyBucketBoundaries boundaries = LatencyBucketBoundaries.values()[i]; in getLatencyBucket() local
235 LatencyBucketBoundaries boundaries = LatencyBucketBoundaries.values()[i]; in getLatencySamples() local
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc63 std::vector<float> boundaries = stream.GenerateBoundaries(num_boundaries); in GenerateBoundaries() local
76 std::vector<float> boundaries = stream.GenerateQuantiles(num_quantiles - 1); in GenerateQuantiles() local
410 const auto& boundaries = stream_resource->boundaries(stream_idx); in Compute() local
/external/libbrillo/brillo/http/
Dhttp_form_data_unittest.cc125 std::set<std::string> boundaries; in TEST() local
/external/tensorflow/tensorflow/python/training/
Dlearning_rate_decay.py107 def piecewise_constant(x, boundaries, values, name=None): argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBreakTransliterator.java26 private int[] boundaries = new int[50]; field in BreakTransliterator
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DBreakTransliterator.java25 private int[] boundaries = new int[50]; field in BreakTransliterator
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIAPITest.java448 private void doBoundaryTest(BreakIterator bi, String text, int[] boundaries) { in doBoundaryTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIAPITest.java445 private void doBoundaryTest(BreakIterator bi, String text, int[] boundaries) { in doBoundaryTest()
/external/bcc/src/lua/bcc/vendor/
Dargparse.lua166 local function boundaries(name) function
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dlearning_rate_schedule.py177 boundaries, argument
/external/tensorflow/tensorflow/c/
Dc_api_experimental_test.cc428 std::vector<int64_t> boundaries = {1, 2, 3, 4}; in TEST_F() local
/external/icu/icu4c/source/test/cintltst/
Dutf8tst.c783 static const int8_t boundaries[]={ 0, 1, 5, 6, 7, 10, 12, 16, 17 }; in TestFwdBackUnsafe() local
Dcbiapts.c945 int32_t boundaries[10] = {0}; in TestBug11665() local
/external/icu/icu4c/source/test/intltest/
Drbbiapts.cpp1443 void RBBIAPITest::doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries){ in doBoundaryTest()

12