Searched refs:TF_OutputListPushBack (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_unified_experimental.h | 110 void TF_OutputListPushBack(TF_OutputList* o, TF_AbstractTensor* tensor,
|
D | c_api_unified_experimental_test.cc | 614 TF_OutputListPushBack(func_outputs, add_output1, s); in TEST_P() 616 TF_OutputListPushBack(func_outputs, add_output2, s); in TEST_P() 795 TF_OutputListPushBack(func_outputs, add_output1, s); in TEST_P() 797 TF_OutputListPushBack(func_outputs, add_output2, s); in TEST_P() 799 TF_OutputListPushBack(func_outputs, mm_output, s); in TEST_P()
|
D | c_api_unified_experimental.cc | 189 void TF_OutputListPushBack(TF_OutputList* o, TF_AbstractTensor* tensor, in TF_OutputListPushBack() function
|