Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc219 const Tensor* node_ids_t; in Compute() local
220 OP_REQUIRES_OK(context, context->input("node_ids", &node_ids_t)); in Compute()
221 const auto node_ids = node_ids_t->vec<int32>(); in Compute()
235 const int64 batch_size = node_ids_t->dim_size(0); in Compute()
/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_graph.templates.h153 using node_ids_t = std::vector<node_ids_elem_t, ArenaAllocator<node_ids_elem_t>>; in SemistaticGraph() local
154 node_ids_t node_ids = node_ids_t(ArenaAllocator<node_ids_elem_t>(memory_pool)); in SemistaticGraph()