Home
last modified time | relevance | path

Searched refs:tfrt_tensor_arg_ptrs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Druntime_fallback_kernels.cc1139 llvm::SmallVector<tfrt::Tensor*, 4> tfrt_tensor_arg_ptrs; in RuntimeFallbackExecuteOp() local
1140 tfrt_tensor_arg_ptrs.reserve(args.size()); in RuntimeFallbackExecuteOp()
1141 for (auto& tensor : tfrt_tensor_args) tfrt_tensor_arg_ptrs.push_back(&tensor); in RuntimeFallbackExecuteOp()
1148 tfrt_tensor_arg_ptrs, tfrt::OpAttrsRef(op_attrs), tfrt_tensor_results); in RuntimeFallbackExecuteOp()