Searched defs:AddTensor (Results 1 – 5 of 5) sorted by relevance
37 Status SessionState::AddTensor(const string& handle, const Tensor& tensor) { in AddTensor() function in tensorflow::SessionState60 Status TensorStore::AddTensor(const string& name, const TensorAndKey& tk) { in AddTensor() function in tensorflow::TensorStore
83 void AddTensor(const std::vector<int>& shape, tflite::TensorType type, in AddTensor() function in tflite::TfLiteFlatbufferModelBuilder
192 Status AddTensor(const Tensor& val, Node** output) { in AddTensor() function
92 Tensor AddTensor(TensorType type, std::initializer_list<int32_t> shape) { in AddTensor() function in tflite::testing::__anon4d49c9e80111::ModelBuilder
1257 TfLiteStatus AddTensor(int tensor_index, bool hybrid_op, in AddTensor() function in tflite::delegate::nnapi::NNAPIOpBuilder