pub fn to_tensor<'c>(
    context: &'c Context,
    result: Type<'c>,
    memref: Value<'c, '_>,
    location: Location<'c>
) -> ToTensorOperation<'c>
Expand description

Creates a to_tensor operation.