Searched refs:expected_csession (Results 1 – 1 of 1) sorted by relevance
1577 std::unique_ptr<CSession> expected_csession( in RunGraphsAndCompareOutputs() local1591 expected_csession->SetOutputs(expected_grad_outputs_vec); in RunGraphsAndCompareOutputs()1592 expected_csession->Run(s_); in RunGraphsAndCompareOutputs()1594 TF_Tensor* expected_out0 = expected_csession->output_tensor(0); in RunGraphsAndCompareOutputs()1595 TF_Tensor* expected_out1 = expected_csession->output_tensor(1); in RunGraphsAndCompareOutputs()