Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_unified_experimental.h110 void TF_OutputListPushBack(TF_OutputList* o, TF_AbstractTensor* tensor,
Dc_api_unified_experimental_test.cc614 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()
Dc_api_unified_experimental.cc189 void TF_OutputListPushBack(TF_OutputList* o, TF_AbstractTensor* tensor, in TF_OutputListPushBack() function