TODO(jpienaar): Move to OutputTensor.
| 82 | |
| 83 | // TODO(jpienaar): Move to OutputTensor. |
| 84 | string DebugString(const OutputTensor& tensor) { |
| 85 | return absl::StrCat(tensor.node->name(), ":", tensor.index); |
| 86 | } |
| 87 | |
| 88 | string Branch_Name(BranchType b) { |
| 89 | switch (b) { |
no test coverage detected