Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dresources.cc56 const int32 tree_id, const int32 node_id, const int32 index_in_batch, in next_node() argument
66 return bucketized_feature(index_in_batch, split.dimension_id()) <= in next_node()
74 return bucketized_feature(index_in_batch, split.dimension_id()) == in next_node()
Dresources.h70 const int32 tree_id, const int32 node_id, const int32 index_in_batch,