Function
NewLstmNodeShader
Source from the content-addressed store, hash-verified
| 87 | } // namespace |
| 88 | |
| 89 | std::unique_ptr<NodeShader> NewLstmNodeShader() { |
| 90 | return absl::make_unique<LstmNodeShader>(); |
| 91 | } |
| 92 | |
| 93 | } // namespace gl |
| 94 | } // namespace gpu |