Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dprediction_ops.cc87 const Tensor* cached_node_ids_t; in Compute() local
89 context->input("cached_node_ids", &cached_node_ids_t)); in Compute()
90 const auto cached_node_ids = cached_node_ids_t->vec<int32>(); in Compute()