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

Function LastOp

tensorflow/cc/framework/scope_test.cc:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78namespace {
79
80string LastOp(const Scope& scope) { return scope.GetUniqueNameForOp("Last"); }
81
82std::vector<string> AnotherCompositeOp(const Scope& scope) {
83 auto cop_scopes = scope.GetCompositeOpScopes("another_cop");

Callers 1

AnotherCompositeOpFunction · 0.85

Calls 1

GetUniqueNameForOpMethod · 0.80

Tested by

no test coverage detected