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

Function Add

tensorflow/go/util_test.go:58–65  ·  view source on GitHub ↗
(g *Graph, name string, x, y Output)

Source from the content-addressed store, hash-verified

56}
57
58func Add(g *Graph, name string, x, y Output) (Output, error) {
59 op, err := g.AddOperation(OpSpec{
60 Type: "Add",
61 Name: name,
62 Input: []Input{x, y},
63 })
64 return op.Output(0), err
65}

Callers 15

ExamplePartialRunFunction · 0.70
TestOperationInputsFunction · 0.70
TestSimpleAddMethod · 0.50
TestOpExclusionAddMethod · 0.50
TestRemoveUnusedNodesMethod · 0.50
TestQuantizeAddMethod · 0.50

Calls 2

AddOperationMethod · 0.45
OutputMethod · 0.45

Tested by

no test coverage detected