Searched defs:attr_var (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
H A Dpython_eager_op_gen.cc465 const auto& attr_var = attr_expressions_[attr.name()]; local
468 ") != ", attr_var, ":\n", indentation, " raise ValueError(\n",
473 " (len(", arg_api_name, "), ", attr_var, "))\n");

Completed in 80 milliseconds