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