Searched refs:node_id_range_t (Results 1 – 1 of 1) sorted by relevance
52 const Tensor* node_id_range_t; in Compute() local53 OP_REQUIRES_OK(context, context->input("node_id_range", &node_id_range_t)); in Compute()54 const auto node_id_range = node_id_range_t->vec<int32>(); in Compute()245 const Tensor* node_id_range_t; in Compute() local246 OP_REQUIRES_OK(context, context->input("node_id_range", &node_id_range_t)); in Compute()247 const auto node_id_range = node_id_range_t->vec<int32>(); in Compute()568 const Tensor* node_id_range_t; in Compute() local569 OP_REQUIRES_OK(context, context->input("node_id_range", &node_id_range_t)); in Compute()570 const auto node_id_range = node_id_range_t->vec<int32>(); in Compute()959 const Tensor* node_id_range_t; in Compute() local[all …]