| 100 | } |
| 101 | |
| 102 | string TensorPBString(const TensorProto& pb) { |
| 103 | // Note: This gets used in the argument list, and so must survive naive |
| 104 | // word wrapping. |
| 105 | return strings::StrCat("\"\"\"", ProtoShortDebugString(pb), "\"\"\""); |
| 106 | } |
| 107 | |
| 108 | class GenEagerPythonOp : public python_op_gen_internal::GenPythonOp { |
| 109 | public: |