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

Method Functionalize

tensorflow/compiler/tf2xla/functionalize_cond.cc:1541–1546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539}
1540
1541Status FunctionalizeCond::Functionalize(Graph* graph,
1542 FunctionLibraryDefinition* library) {
1543 VLOG(1) << "FunctionalizeCond::Functionalize";
1544 FunctionalizeCond fc(graph, library);
1545 return fc.FunctionalizeInternal();
1546}
1547
1548} // namespace functionalize_cond
1549

Callers

nothing calls this directly

Calls 1

FunctionalizeInternalMethod · 0.80

Tested by

no test coverage detected