Searched refs:owned_captures (Results 1 – 1 of 1) sorted by relevance
53 std::vector<ImmediateTensorHandlePtr> owned_captures; in Create() local54 owned_captures.reserve(captures.size()); in Create()57 owned_captures.push_back(ImmediateTensorHandlePtr(capture)); in Create()61 std::move(owned_captures), ctx)); in Create()