Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc115 const Tensor* num_streams_t; in Compute() local
116 OP_REQUIRES_OK(context, context->input(kNumStreamsName, &num_streams_t)); in Compute()
117 int64 num_streams = num_streams_t->scalar<int64>()(); in Compute()