pub fn tensor_store<'c>(
    context: &'c Context,
    tensor: Value<'c, '_>,
    memref: Value<'c, '_>,
    location: Location<'c>
) -> TensorStoreOperation<'c>
Expand description

Creates a tensor_store operation.