retval_ = ag__.converted_call(ag__.ld(step_function), (ag__.ld(self), ag__.ld(iterator)), None, fscope)
时间: 2023-11-13 13:03:25 浏览: 157
用MFC写COM.rar_COM_mfc com
这是一个使用 TensorFlow 的 AutoGraph 转换的代码片段。`converted_call` 函数用于将 `step_function` 转换为 TensorFlow 图形计算图的形式。`ld` 函数用于加载变量,并将其传递给 `converted_call` 函数进行计算。`retval_` 可能是 `step_function` 的返回值,但需要查看完整的代码才能确定。
阅读全文