Home
last modified time | relevance | path

Searched refs:kEpsilonName (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc42 const char* const kEpsilonName = "epsilon"; variable
109 OP_REQUIRES_OK(context, context->input(kEpsilonName, &epsilon_t)); in Compute()
164 OP_REQUIRES_OK(context, context->input(kEpsilonName, &epsilon_t)); in Compute()
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc66 const char* const kEpsilonName = "epsilon"; variable
233 OP_REQUIRES_OK(context, context->GetAttr(kEpsilonName, &epsilon_)); in CreateQuantileAccumulatorOp()
355 OP_REQUIRES_OK(context, context->GetAttr(kEpsilonName, &epsilon_)); in MakeQuantileSummariesOp()