Home | History | Annotate | Download | only in kernels

Lines Matching refs:num_elements_

87     OP_REQUIRES_OK(c, c->GetAttr("num_elements", &num_elements_));
98 if (num_elements_ != -1) {
99 OP_REQUIRES(c, tensor_list->tensors.size() == num_elements_,
101 "Operation expected a list with ", num_elements_,
178 int num_elements_;