Searched refs:SetTypedValues (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/flex/training/ |
D | training_delegate_test.cc | 72 SetTypedValues<int>(0, {1, 2, 3, 4}); in TEST_F() 74 SetTypedValues<int>(1, {4, 3, 2, 1}); in TEST_F() 91 SetTypedValues<int>(0, {1, 2, 3, 4}); in TEST_F() 93 SetTypedValues<int>(1, {4, 3, 2, 1}); in TEST_F() 134 SetTypedValues<int>(0, {1, 2, 3, 4}); in TEST_F() 136 SetTypedValues<int>(1, {4, 3, 2, 1}); in TEST_F()
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | delegate_test.cc | 94 SetTypedValues<int>(0, {1, 2, 3, 4}); in TEST_F() 96 SetTypedValues<int>(1, {4, 3, 2, 1}); in TEST_F() 417 SetTypedValues<int>(0, {1, 2, 3, 4}); in TEST_F() 419 SetTypedValues<int>(1, {4, 3, 2, 1}); in TEST_F() 470 SetTypedValues<int>(0, {1, 2, 3, 4}); in TEST_F() 472 SetTypedValues<int>(1, {4, 3, 2, 1}); in TEST_F()
|
D | test_util.h | 52 void SetTypedValues(int tensor_index, const std::vector<T>& values) { in SetTypedValues() function 67 SetTypedValues<float>(tensor_index, values); in SetValues()
|