Searched defs:AddTensor (Results 1 – 4 of 4) sorted by relevance
34 Status SessionState::AddTensor(const string& handle, const Tensor& tensor) { in AddTensor() function in tensorflow::SessionState57 Status TensorStore::AddTensor(const string& name, const TensorAndKey& tk) { in AddTensor() function in tensorflow::TensorStore
52 int SingleOpModel::AddTensor(TensorData t, std::initializer_list<int> data) { in AddTensor() function in tflite::SingleOpModel
57 void AddTensor(const std::vector<int>& shape, tflite::TensorType type, in AddTensor() function in tflite::TfLiteFlatbufferModelBuilder
114 Status AddTensor(const Tensor& val, Node** output) { in AddTensor() function