HomeSort by relevance Sort by last modified time
    Searched refs:CreateBinaryDecisionNodeEvaluator (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
decision_node_evaluator.h 96 std::unique_ptr<DecisionNodeEvaluator> CreateBinaryDecisionNodeEvaluator(
decision_node_evaluator.cc 24 return CreateBinaryDecisionNodeEvaluator(bnode, bnode.left_child_id().value(),
28 std::unique_ptr<DecisionNodeEvaluator> CreateBinaryDecisionNodeEvaluator(
grow_stats.cc 49 CreateBinaryDecisionNodeEvaluator(split, LEFT_INDEX, RIGHT_INDEX));
    [all...]

Completed in 193 milliseconds