Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Dtest_util.h100 void SetConstTensor(int tensor_index, const std::vector<int>& values,
H A Dtest_util.cc90 void FlexModelTest::SetConstTensor(int tensor_index, in SetConstTensor() function in tflite::flex::testing::FlexModelTest
H A Ddelegate_test.cc360 SetConstTensor(1, {1}, kTfLiteInt32, in TEST_F()