| 528 | }; |
| 529 | |
| 530 | Scope NewInternalScope(Graph* graph, Status* status, ShapeRefiner* refiner) { |
| 531 | return InternalScope::NewScope(graph, status, refiner); |
| 532 | } |
| 533 | |
| 534 | Status CreateOutputWithScope(string op_name, |
| 535 | absl::Span<const ::tensorflow::Input> inputs, |
no test coverage detected