| 135 | } |
| 136 | |
| 137 | bool SupportsLstmCell(FileFormat format) { |
| 138 | return (format == TENSORFLOW_GRAPHDEF || format == GRAPHVIZ_DOT || |
| 139 | format == TFLITE); |
| 140 | } |
| 141 | |
| 142 | bool SupportsPreallocatedWorkspace(FileFormat format) { |
| 143 | return (format == TFLITE); |
no outgoing calls
no test coverage detected