Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc292 OpInputList bucket_boundaries_list; in Compute() local
294 &bucket_boundaries_list)); in Compute()
299 const Tensor& bucket_boundaries_t = bucket_boundaries_list[stream_idx]; in Compute()
403 OpOutputList bucket_boundaries_list; in Compute() local
405 &bucket_boundaries_list)); in Compute()
413 bucket_boundaries_list.allocate( in Compute()
454 OpInputList bucket_boundaries_list; in Compute() local
456 &bucket_boundaries_list)); in Compute()
459 bucket_boundaries_list[0].shape()), in Compute()
478 GetBuckets(feature_idx, bucket_boundaries_list); in Compute()