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

Method Identity

tensorflow/core/grappler/graph_analyzer/subgraph.cc:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29//=== Subgraph::Identity
30
31Subgraph::Identity::Identity(InitializerList init) {
32 for (auto element : init) {
33 insert(element);
34 }
35}
36
37bool Subgraph::Identity::operator<(const Identity& other) const {
38 // Shorter sets go first.

Callers 10

testBijectorMethod · 0.45
testBijectorMethod · 0.45
testScalarCongruencyMethod · 0.45
test_IdentityMethod · 0.45
testRangeMethod · 0.45
testInvalidDataTypeMethod · 0.45
testInvalidShapeMethod · 0.45
testNonSquareMethod · 0.45
testGainMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 9

testBijectorMethod · 0.36
testBijectorMethod · 0.36
testScalarCongruencyMethod · 0.36
test_IdentityMethod · 0.36
testRangeMethod · 0.36
testInvalidDataTypeMethod · 0.36
testInvalidShapeMethod · 0.36
testNonSquareMethod · 0.36
testGainMethod · 0.36