Searched defs:max_elements (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/ |
D | weighted_quantiles_stream_test.cc | 58 void GenerateFixedUniformSummary(int32 worker_id, int64 max_elements, in GenerateFixedUniformSummary() 68 void GenerateFixedNonUniformSummary(int32 worker_id, int64 max_elements, in GenerateFixedNonUniformSummary() 78 void GenerateRandUniformFixedWeightsSummary(int32 worker_id, int64 max_elements, in GenerateRandUniformFixedWeightsSummary() 92 void GenerateRandUniformRandWeightsSummary(int32 worker_id, int64 max_elements, in GenerateRandUniformRandWeightsSummary() 109 double eps, int64 max_elements, in TestSingleWorkerStreams() argument 134 void GenerateOneValue(int32 worker_id, int64 max_elements, double *total_weight, in GenerateOneValue() 143 const int64 max_elements = 1 << 16; in TEST() local 150 const int64 max_elements = 1 << 16; in TEST() local 158 const int64 max_elements = 1 << 16; in TEST() local 168 const int64 max_elements = 1 << 16; in TEST() local [all …]
|
D | weighted_quantiles_stream.h | 70 explicit WeightedQuantilesStream(double eps, int64 max_elements) in WeightedQuantilesStream() 289 double eps, int64 max_elements) { in GetQuantileSpecs()
|
D | weighted_quantiles_buffer.h | 54 explicit WeightedQuantilesBuffer(int64 block_size, int64 max_elements) in WeightedQuantilesBuffer()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/ |
D | quantile_stream_resource.h | 35 const int64 max_elements, bool generate_quantiles, in QuantileStreamResource()
|
/external/v8/src/builtins/ |
D | builtins-internal.cc | 77 int max_elements = FixedArrayBase::GetMaxLengthForNewSpaceAllocation(kind); in Generate_CopyFastSmiOrObjectElements() local 157 int max_elements = FixedArray::GetMaxLengthForNewSpaceAllocation(kind); in Generate_NewArgumentsElements() local
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/ |
D | quantile_ops.py | 48 max_elements=None, argument
|
/external/drm_hwcomposer/ |
D | separate_rects.h | 137 static const int max_elements = sizeof(TId) * 8; member
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_dead_builtin_varyings.cpp | 355 int max_elements, unsigned start_location, in prepare_array()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_util.h | 1234 int64 max_elements = LayoutUtil::MaxSparseElements(shape().layout()); in PopulateSparse() local
|