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

/external/tensorflow/tensorflow/c/
H A Dc_api_test.cc1456 TF_Output expected_grad_outputs[2]; local
1459 BuildExpectedGraph(grad_inputs_provided, expected_grad_outputs);
1473 RunGraphsAndCompareOutputs(grad_outputs, expected_grad_outputs);
1495 TF_Output* expected_grad_outputs) {
1509 expected_grad_outputs_vec.assign(expected_grad_outputs,
1510 expected_grad_outputs + 2);
1578 TF_Output* expected_grad_outputs) {
1625 expected_grad_outputs[0] = {matmul1, 0};
1626 expected_grad_outputs[1] = {matmul2, 0};
1494 RunGraphsAndCompareOutputs(TF_Output* grad_outputs, TF_Output* expected_grad_outputs) argument
1577 BuildExpectedGraph(bool grad_inputs_provided, TF_Output* expected_grad_outputs) argument

Completed in 275 milliseconds