Home
last modified time | relevance | path

Searched defs:max_elements (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_stream_test.cc57 void GenerateFixedUniformSummary(int32 worker_id, int64 max_elements, in GenerateFixedUniformSummary()
67 void GenerateFixedNonUniformSummary(int32 worker_id, int64 max_elements, in GenerateFixedNonUniformSummary()
77 void GenerateRandUniformFixedWeightsSummary(int32 worker_id, int64 max_elements, in GenerateRandUniformFixedWeightsSummary()
91 void GenerateRandUniformRandWeightsSummary(int32 worker_id, int64 max_elements, in GenerateRandUniformRandWeightsSummary()
108 double eps, int64 max_elements, in TestSingleWorkerStreams() argument
133 void GenerateOneValue(int32 worker_id, int64 max_elements, double *total_weight, in GenerateOneValue()
140 void GenerateOneZeroWeightedValue(int32 worker_id, int64 max_elements, in GenerateOneZeroWeightedValue()
148 const int64 max_elements = 1 << 16; in TEST() local
155 const int64 max_elements = 1 << 16; in TEST() local
162 const int64 max_elements = 1 << 16; in TEST() local
[all …]
Dweighted_quantiles_stream.h72 explicit WeightedQuantilesStream(double eps, int64 max_elements) in WeightedQuantilesStream()
296 double eps, int64 max_elements) { in GetQuantileSpecs()
Dweighted_quantiles_buffer.h54 explicit WeightedQuantilesBuffer(int64 block_size, int64 max_elements) in WeightedQuantilesBuffer()
Dquantile_stream_resource.h34 const int64 max_elements, in BoostedTreesQuantileStreamResource()
/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/
Dquantile_ops_test.py42 def create_resource(self, name, eps, max_elements, num_streams=1): argument
/external/webrtc/rtc_base/
Dbuffer.h245 size_t SetData(size_t max_elements, F&& setter) { in SetData()
306 size_t AppendData(size_t max_elements, F&& setter) { in AppendData()
/external/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp356 int max_elements, unsigned start_location, in prepare_array()
/external/tensorflow/tensorflow/python/ops/
Dboosted_trees_ops.py110 max_elements=None): argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc1598 auto max_elements = ops::Const<int32>(scope, {10}, {}); in TEST_F() local
/external/XNNPACK/test/
Daverage-pooling-nhwc.cc17 static std::pair<size_t, size_t> SmallPoolSize(size_t max_elements) { in SmallPoolSize()