Home
last modified time | relevance | path

Searched defs:ret_values (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/python_binding/
H A Dtfrt_fallback.cc89 std::vector<py::array> ret_values; in RunTfrtFallback() local
H A Dtf_cpurt_executor.cc294 std::vector<py::array> ret_values; in Execute() local
H A Dtf_jitrt_executor.cc246 std::vector<py::array> ret_values; in Execute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/runtime_fallback/
H A Druntime_fallback_executor.cc202 llvm::SmallVector<Tensor> ret_values; in Execute() local
/aosp_15_r20/external/e2fsprogs/lib/support/
H A Dprofile_helpers.c144 char ***ret_values) in profile_get_values()