| 668 | } |
| 669 | |
| 670 | Node* MakeNeutral(const Scope& scope, const string& id) { |
| 671 | return ops::Const(scope.WithOpName("Const" + id), 42.0f).node(); |
| 672 | } |
| 673 | } // namespace |
| 674 | |
| 675 | TEST(XlaCompilationTest, ResourcesClusteringAllowed) { |
no test coverage detected