Searched defs:GetTensors (Results 1 – 3 of 3) sorted by relevance
27 void GetTensors(const Scope& scope, OutputList tensors, in GetTensors() function39 void GetTensors(const Scope& scope, const std::vector<Output>& assign_vars, in GetTensors() function
158 tensorflow::gtl::InlinedVector<tensorflow::Tensor, 2>* GetTensors() { in GetTensors() function in tflite::flex::OpOutputs
455 std::vector<at::Tensor> LazyGraphExecutor::GetTensors( in GetTensors() function in torch::lazy::LazyGraphExecutor