Searched refs:tfrt_tensor_args (Results 1 – 1 of 1) sorted by relevance
1125 llvm::SmallVector<RuntimeFallbackTensor, 4> tfrt_tensor_args; in RuntimeFallbackExecuteOp() local1126 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()