MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SupportsLstmCell

Function SupportsLstmCell

tensorflow/lite/toco/toco_tooling.cc:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TransformWithStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected