Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_stream_test.cc58 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()
141 void GenerateOneZeroWeightedValue(int32 worker_id, int64 max_elements, in GenerateOneZeroWeightedValue()
149 const int64 max_elements = 1 << 16; in TEST() local
156 const int64 max_elements = 1 << 16; in TEST() local
163 const int64 max_elements = 1 << 16; in TEST() local
[all …]
Dweighted_quantiles_stream.h72 explicit WeightedQuantilesStream(double eps, int64 max_elements) in WeightedQuantilesStream()
294 double eps, int64 max_elements) { in GetQuantileSpecs()
Dweighted_quantiles_buffer.h54 explicit WeightedQuantilesBuffer(int64 block_size, int64 max_elements) in WeightedQuantilesBuffer()
/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()
294 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.py41 def create_resource(self, name, eps, max_elements, num_streams=1): argument
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
Dquantile_stream_resource.h35 const int64 max_elements, bool generate_quantiles, in QuantileStreamResource()
/external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
Dquantile_ops.py96 max_elements=None, argument
/external/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp355 int max_elements, unsigned start_location, in prepare_array()
/external/tensorflow/tensorflow/python/ops/
Dboosted_trees_ops.py104 max_elements=None): argument
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h1062 int64 max_elements = LayoutUtil::MaxSparseElements(shape().layout()); in PopulateSparse() local
/external/epid-sdk/epid/common/math/src/
Dpairing.c1438 static EpidStatus Ternary(int* s, int* n, int max_elements, BigNum const* x) { in Ternary()
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc85 int max_elements = FixedArray::GetMaxLengthForNewSpaceAllocation(kind); in TF_BUILTIN() local