--- layout: stdlib-reference --- # IDiffTensorWrapper\.load\_backward ## Description ## Signature
void IDiffTensorWrapper.load_backward<T>(
    uint i,
    T dOut)
    where T : __BuiltinFloatingPointType;

void IDiffTensorWrapper.load_backward<T, N:int>(
    vector<uint, N> i,
    T dOut)
    where T : __BuiltinFloatingPointType;

## Generic Parameters #### T: [\_\_BuiltinFloatingPointType](../0_builtinfloatingpointtype-029hm/index.html) #### N : int ## Parameters #### i : uint #### dOut : [T](load_backward.html#typeparam-T) #### i : [vector](../../types/vector/index.html)\