Home
last modified time | relevance | path

Searched refs:expected_grad_outputs (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_api_test.cc1535 TF_Output expected_grad_outputs[2]; in TestGradientsSuccess() local
1538 BuildExpectedGraph(grad_inputs_provided, expected_grad_outputs); in TestGradientsSuccess()
1552 RunGraphsAndCompareOutputs(grad_outputs, expected_grad_outputs); in TestGradientsSuccess()
1575 TF_Output* expected_grad_outputs) { in RunGraphsAndCompareOutputs() argument
1589 expected_grad_outputs_vec.assign(expected_grad_outputs, in RunGraphsAndCompareOutputs()
1590 expected_grad_outputs + 2); in RunGraphsAndCompareOutputs()
1659 TF_Output* expected_grad_outputs) { in BuildExpectedGraph() argument
1706 expected_grad_outputs[0] = {matmul1, 0}; in BuildExpectedGraph()
1707 expected_grad_outputs[1] = {matmul2, 0}; in BuildExpectedGraph()