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

Function AddSymbolicGradients

tensorflow/core/graph/gradients.cc:401–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401Status AddSymbolicGradients(gtl::ArraySlice<NodeOut> y_node_outputs,
402 gtl::ArraySlice<NodeOut> x_node_outputs,
403 gtl::ArraySlice<NodeOut> y_grad_node_outputs,
404 std::vector<NodeOut>* x_grad_node_outputs,
405 Graph* graph) {
406 SymbolicGradientBuilder builder(y_node_outputs, x_node_outputs,
407 y_grad_node_outputs, x_grad_node_outputs,
408 graph);
409 return builder.Compute();
410}
411
412} // end namespace tensorflow

Callers 2

ComputeMethod · 0.50

Calls 1

ComputeMethod · 0.45

Tested by

no test coverage detected