Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dtestutil.cc27 void GetTensors(const Scope& scope, OutputList tensors, in GetTensors() function
39 void GetTensors(const Scope& scope, const std::vector<Output>& assign_vars, in GetTensors() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Dkernel.cc158 tensorflow::gtl::InlinedVector<tensorflow::Tensor, 2>* GetTensors() { in GetTensors() function in tflite::flex::OpOutputs
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.cpp455 std::vector<at::Tensor> LazyGraphExecutor::GetTensors( in GetTensors() function in torch::lazy::LazyGraphExecutor