Searched refs:grad_values_t (Results 1 – 2 of 2) sorted by relevance
17 const auto grad_values = grad_values_t->vec<T>();20 Although `reverse_index_map_t` and `grad_values_t` are accessed in a similar22 malicious users can pass a bad `grad_values_t` to trigger an assertion failure
296 const Tensor* grad_values_t; in Compute() local299 OP_REQUIRES_OK(context, context->input("grad_values", &grad_values_t)); in Compute()305 OP_REQUIRES(context, TensorShapeUtils::IsVector(grad_values_t->shape()), in Compute()307 grad_values_t->shape().DebugString())); in Compute()310 const auto grad_values = grad_values_t->vec<T>(); in Compute()