Home
last modified time | relevance | path

Searched defs:smoothed (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dtree_utils.h93 const auto smoothed = counts + counts.constant(1.0f); in WeightedGiniImpurity() local
/external/mesa3d/src/mesa/swrast/
Ds_points.c54 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed) in get_size()