Home
last modified time | relevance | path

Searched defs:AddConstInput (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dtest_util.h209 int AddConstInput(const TensorData& t, const T* data, size_t size) { in AddConstInput() function
222 int AddConstInput(TensorType type, const std::vector<T>& data, in AddConstInput() function
230 int AddConstInput(TensorType type, std::initializer_list<T> data, in AddConstInput() function
238 int AddConstInput(const TensorData& t, std::initializer_list<T> data) { in AddConstInput() function
244 int AddConstInput(const TensorData& t, const std::vector<T>& data) { in AddConstInput() function