Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Druntime_fallback_kernels.cc1125 llvm::SmallVector<RuntimeFallbackTensor, 4> tfrt_tensor_args; in RuntimeFallbackExecuteOp() local
1126 tfrt_tensor_args.reserve(args.size()); in RuntimeFallbackExecuteOp()
1135 tfrt_tensor_args.push_back( in RuntimeFallbackExecuteOp()
1141 for (auto& tensor : tfrt_tensor_args) tfrt_tensor_arg_ptrs.push_back(&tensor); in RuntimeFallbackExecuteOp()