Searched defs:AddConstInput (Results 1 – 1 of 1) sorted by relevance
209 int AddConstInput(const TensorData& t, const T* data, size_t size) { in AddConstInput() function222 int AddConstInput(TensorType type, const std::vector<T>& data, in AddConstInput() function230 int AddConstInput(TensorType type, std::initializer_list<T> data, in AddConstInput() function238 int AddConstInput(const TensorData& t, std::initializer_list<T> data) { in AddConstInput() function244 int AddConstInput(const TensorData& t, const std::vector<T>& data) { in AddConstInput() function