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

Function SupportsFusedActivationFunction

tensorflow/lite/toco/toco_tooling.cc:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133bool SupportsFusedActivationFunction(FileFormat format) {
134 return (format == GRAPHVIZ_DOT || format == TFLITE);
135}
136
137bool SupportsLstmCell(FileFormat format) {
138 return (format == TENSORFLOW_GRAPHDEF || format == GRAPHVIZ_DOT ||

Callers 1

TransformWithStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected