DiffTensorView<T, A>.store¶
Description¶
Signature¶
void DiffTensorView<T, A>.store( uint x, T val) where T : __BuiltinFloatingPointType where A : IDiffTensorWrapper; void DiffTensorView<T, A>.store<int N>( vector<uint, N> x, T val) where T : __BuiltinFloatingPointType where A : IDiffTensorWrapper;