| 53 | } |
| 54 | |
| 55 | static CastOptions Unsafe(TypeHolder to_type = {}) { |
| 56 | CastOptions unsafe(false); |
| 57 | unsafe.to_type = std::move(to_type); |
| 58 | return unsafe; |
| 59 | } |
| 60 | |
| 61 | // Type being casted to. May be passed separate to eager function |
| 62 | // compute::Cast |
no outgoing calls