Searched refs:buf_ptrs (Results 1 – 1 of 1) sorted by relevance
60 std::vector<const char*> buf_ptrs; in HostTensorsToBorrowingLiteralTuple() local61 buf_ptrs.reserve(host_tensors.size()); in HostTensorsToBorrowingLiteralTuple()67 buf_ptrs.emplace_back(static_cast<const char*>(DMAHelper::base(tensor))); in HostTensorsToBorrowingLiteralTuple()73 buf_ptrs, xla::ShapeUtil::MakeTupleShape(tensor_shapes)); in HostTensorsToBorrowingLiteralTuple()