From 4d716390dbe29522a8455368ab30801144b159bd Mon Sep 17 00:00:00 2001 From: XiaoYun Zhang Date: Tue, 16 Jul 2024 13:05:41 -0700 Subject: [PATCH 1/2] bump version --- build/BranchInfo.props | 4 +- pkg/TorchAudio/CompatibilitySuppressions.xml | 419 + pkg/TorchSharp/CompatibilitySuppressions.xml | 6839 +++++++++++++++++ pkg/TorchVision/CompatibilitySuppressions.xml | 509 ++ 4 files changed, 7769 insertions(+), 2 deletions(-) create mode 100644 pkg/TorchAudio/CompatibilitySuppressions.xml create mode 100644 pkg/TorchSharp/CompatibilitySuppressions.xml create mode 100644 pkg/TorchVision/CompatibilitySuppressions.xml diff --git a/build/BranchInfo.props b/build/BranchInfo.props index bef03a5ce..d8bb2285c 100644 --- a/build/BranchInfo.props +++ b/build/BranchInfo.props @@ -1,8 +1,8 @@ 0 - 102 - 7 + 103 + 0 0.102.6 diff --git a/pkg/TorchAudio/CompatibilitySuppressions.xml b/pkg/TorchAudio/CompatibilitySuppressions.xml new file mode 100644 index 000000000..03131f969 --- /dev/null +++ b/pkg/TorchAudio/CompatibilitySuppressions.xml @@ -0,0 +1,419 @@ + + + + + CP0002 + F:TorchSharp.torchaudio.AudioEncoding.ALAW + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioEncoding.PCM_F + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioEncoding.PCM_S + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioEncoding.PCM_U + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioEncoding.ULAW + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioEncoding.value__ + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioFormat.AMR_NB + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioFormat.FLAC + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioFormat.MP3 + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioFormat.OGG + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioFormat.OPUS + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioFormat.SPHERE + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioFormat.value__ + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.AudioFormat.WAV + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.DCTNorm.none + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.DCTNorm.ortho + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.DCTNorm.value__ + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.MelNorm.none + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.MelNorm.slaney + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.MelNorm.value__ + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.MelScale.htk + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.MelScale.slaney + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.MelScale.value__ + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.models.FeatureExtractorNormMode.group_norm + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.models.FeatureExtractorNormMode.layer_norm + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.models.FeatureExtractorNormMode.value__ + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.ResamplingMethod.kaiser_window + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.ResamplingMethod.sinc_interpolation + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.torchaudio.ResamplingMethod.value__ + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.Transforms.GriffinLim.length + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + F:TorchSharp.Transforms.MelSpectrogram.f_max + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.Modules.Wav2Vec2Model.extract_features(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Nullable{System.Int32}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.backend.AudioBackend.info(System.String,System.Nullable{TorchSharp.torchaudio.AudioFormat}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.backend.AudioBackend.load(System.String,System.Int64,System.Int64,System.Boolean,System.Boolean,System.Nullable{TorchSharp.torchaudio.AudioFormat}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.backend.AudioBackend.save(System.String,TorchSharp.torch.Tensor,System.Int32,System.Boolean,System.Nullable{System.Single},System.Nullable{TorchSharp.torchaudio.AudioFormat},System.Nullable{TorchSharp.torchaudio.AudioEncoding},System.Nullable{System.Int32}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.functional.amplitude_to_DB(TorchSharp.torch.Tensor,System.Double,System.Double,System.Double,System.Nullable{System.Double}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.functional.griffinlim(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Int64,System.Int64,System.Int64,System.Double,System.Int32,System.Double,System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.functional.inverse_spectrogram(TorchSharp.torch.Tensor,System.Nullable{System.Int64},System.Int64,TorchSharp.torch.Tensor,System.Int64,System.Int64,System.Int64,System.Boolean,System.Boolean,TorchSharp.PaddingModes,System.Boolean) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.functional.resample(TorchSharp.torch.Tensor,System.Int32,System.Int32,System.Int32,System.Double,TorchSharp.torchaudio.ResamplingMethod,System.Nullable{System.Double}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.functional.spectrogram(TorchSharp.torch.Tensor,System.Int64,TorchSharp.torch.Tensor,System.Int64,System.Int64,System.Int64,System.Nullable{System.Double},System.Boolean,System.Boolean,TorchSharp.PaddingModes,System.Boolean,System.Nullable{System.Boolean}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.info(System.String,System.Nullable{TorchSharp.torchaudio.AudioFormat}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.load(System.String,System.Int64,System.Int64,System.Boolean,System.Boolean,System.Nullable{TorchSharp.torchaudio.AudioFormat}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.models.hubert_base(System.Double,System.Double,System.Double,System.Double,System.Double,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.models.hubert_large(System.Double,System.Double,System.Double,System.Double,System.Double,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.models.hubert_pretrain_base(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Int64,System.Nullable{System.Double},System.Int64) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.models.hubert_pretrain_large(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Int64,System.Nullable{System.Double}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.models.hubert_pretrain_model(TorchSharp.torchaudio.models.FeatureExtractorNormMode,System.Int64[][],System.Boolean,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Boolean,System.Double,System.Double,System.String,System.Double,System.Int32,System.Boolean,System.Int32,System.Double,System.String,System.Double,System.Int64,System.Boolean,System.Int32,System.Boolean,System.Boolean,System.Int64,System.Int32,System.Nullable{System.Double}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.models.hubert_pretrain_xlarge(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Int64,System.Nullable{System.Double}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.models.hubert_xlarge(System.Double,System.Double,System.Double,System.Double,System.Double,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.models.wav2vec2_base(System.Double,System.Double,System.Double,System.Double,System.Double,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.models.wav2vec2_large_lv60k(System.Double,System.Double,System.Double,System.Double,System.Double,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.models.wav2vec2_large(System.Double,System.Double,System.Double,System.Double,System.Double,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.models.wav2vec2_model(TorchSharp.torchaudio.models.FeatureExtractorNormMode,System.Int64[][],System.Boolean,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Boolean,System.Double,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.save(System.String,TorchSharp.torch.Tensor,System.Int32,System.Boolean,System.Nullable{System.Single},System.Nullable{TorchSharp.torchaudio.AudioFormat},System.Nullable{TorchSharp.torchaudio.AudioEncoding},System.Nullable{System.Int32}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.transforms.GriffinLim(System.Int32,System.Int32,System.Nullable{System.Int64},System.Nullable{System.Int64},TorchSharp.torchaudio.WindowFunction,System.Double,System.Double,System.Nullable{System.Int32},System.Boolean) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.transforms.InverseMelScale(System.Int64,System.Int64,System.Int64,System.Double,System.Nullable{System.Double},System.Int64,System.Double,System.Double,TorchSharp.torchaudio.MelNorm,TorchSharp.torchaudio.MelScale) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.transforms.InverseSpectrogram(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Int64,TorchSharp.torchaudio.WindowFunction,TorchSharp.torch.Tensor,System.Boolean,System.Boolean,TorchSharp.PaddingModes,System.Boolean) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.transforms.MelScale(System.Int64,System.Int64,System.Double,System.Nullable{System.Double},System.Int64,TorchSharp.torchaudio.MelNorm,TorchSharp.torchaudio.MelScale) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.transforms.MelSpectrogram(System.Int64,System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Double,System.Nullable{System.Double},System.Int64,System.Int64,TorchSharp.torchaudio.WindowFunction,System.Double,System.Boolean,System.Boolean,TorchSharp.PaddingModes,System.Boolean,TorchSharp.torchaudio.MelNorm,TorchSharp.torchaudio.MelScale) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.transforms.Resample(System.Int32,System.Int32,TorchSharp.torchaudio.ResamplingMethod,System.Int32,System.Double,System.Nullable{System.Double},TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.torchaudio.transforms.Spectrogram(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Int64,TorchSharp.torchaudio.WindowFunction,TorchSharp.torch.Tensor,System.Nullable{System.Double},System.Boolean,System.Boolean,TorchSharp.PaddingModes,System.Boolean,System.Nullable{System.Boolean}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.Transforms.InverseSpectrogram.call(TorchSharp.torch.Tensor,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0002 + M:TorchSharp.Transforms.Spectrogram.#ctor(System.String,System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Int64,TorchSharp.torchaudio.WindowFunction,TorchSharp.torch.Tensor,System.Nullable{System.Double},System.Boolean,System.Boolean,TorchSharp.PaddingModes,System.Boolean,System.Nullable{System.Boolean}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0005 + M:TorchSharp.torchaudio.backend.AudioBackend.info(System.String,System.Nullable{TorchSharp.torchaudio.AudioFormat}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0005 + M:TorchSharp.torchaudio.backend.AudioBackend.load(System.String,System.Int64,System.Int64,System.Boolean,System.Boolean,System.Nullable{TorchSharp.torchaudio.AudioFormat}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0005 + M:TorchSharp.torchaudio.backend.AudioBackend.save(System.String,TorchSharp.torch.Tensor,System.Int32,System.Boolean,System.Nullable{System.Single},System.Nullable{TorchSharp.torchaudio.AudioFormat},System.Nullable{TorchSharp.torchaudio.AudioEncoding},System.Nullable{System.Int32}) + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP0008 + T:TorchSharp.Transforms.InverseSpectrogram + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP1002 + netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 + lib/netstandard2.0/TorchAudio.dll + lib/net6.0/TorchAudio.dll + + + CP1002 + netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 + lib/netstandard2.0/TorchAudio.dll + lib/netstandard2.0/TorchAudio.dll + true + + \ No newline at end of file diff --git a/pkg/TorchSharp/CompatibilitySuppressions.xml b/pkg/TorchSharp/CompatibilitySuppressions.xml new file mode 100644 index 000000000..1c4dc36f1 --- /dev/null +++ b/pkg/TorchSharp/CompatibilitySuppressions.xml @@ -0,0 +1,6839 @@ + + + + + CP0002 + M:TorchSharp.Modules.DataLoader.#ctor(TorchSharp.torch.utils.data.Dataset,System.Int32,System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.DataLoader.#ctor(TorchSharp.torch.utils.data.Dataset,System.Int32,System.Collections.Generic.IEnumerable{System.Int64},TorchSharp.torch.Device,System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.DataLoader`2.#ctor(TorchSharp.torch.utils.data.Dataset{`0},System.Int32,System.Func{System.Collections.Generic.IEnumerable{`0},TorchSharp.torch.Device,`1},System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.DataLoader`2.#ctor(TorchSharp.torch.utils.data.Dataset{`0},System.Int32,System.Func{System.Collections.Generic.IEnumerable{`0},TorchSharp.torch.Device,`1},System.Collections.Generic.IEnumerable{System.Int64},TorchSharp.torch.Device,System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.DataLoader`2.get_collate_fn + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.DataLoader`2.get_dataset + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.IterableDataLoader.#ctor(TorchSharp.torch.utils.data.IterableDataset,System.Int32,System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.IterableDataLoader.#ctor(TorchSharp.torch.utils.data.IterableDataset,System.Int32,System.Collections.Generic.IEnumerable{System.Int64},TorchSharp.torch.Device,System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.TensorDataset.get_Item(System.Int64) + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.torch.utils.data.DataLoader(TorchSharp.torch.utils.data.Dataset,System.Int32,System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.torch.utils.data.DataLoader(TorchSharp.torch.utils.data.Dataset,System.Int32,System.Collections.Generic.IEnumerable{System.Int64},TorchSharp.torch.Device,System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.torch.utils.data.DataLoader(TorchSharp.torch.utils.data.IterableDataset,System.Int32,System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.torch.utils.data.DataLoader(TorchSharp.torch.utils.data.IterableDataset,System.Int32,System.Collections.Generic.IEnumerable{System.Int64},TorchSharp.torch.Device,System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0002 + F:Tensorboard.ApiDef.Types.Visibility.DefaultVisibility + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.ApiDef.Types.Visibility.Hidden + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.ApiDef.Types.Visibility.Skip + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.ApiDef.Types.Visibility.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.ApiDef.Types.Visibility.Visible + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.AttrValue.ValueOneofCase.B + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.AttrValue.ValueOneofCase.F + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.AttrValue.ValueOneofCase.Func + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.AttrValue.ValueOneofCase.I + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.AttrValue.ValueOneofCase.List + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.AttrValue.ValueOneofCase.None + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.AttrValue.ValueOneofCase.Placeholder + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.AttrValue.ValueOneofCase.S + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.AttrValue.ValueOneofCase.Shape + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.AttrValue.ValueOneofCase.Tensor + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.AttrValue.ValueOneofCase.Type + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.AttrValue.ValueOneofCase.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.CollectionDef.KindOneofCase.AnyList + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.CollectionDef.KindOneofCase.BytesList + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.CollectionDef.KindOneofCase.FloatList + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.CollectionDef.KindOneofCase.Int64List + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.CollectionDef.KindOneofCase.NodeList + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.CollectionDef.KindOneofCase.None + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.CollectionDef.KindOneofCase.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.ConfigProto.Types.Experimental.Types.MlirBridgeRollout.Disabled + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.ConfigProto.Types.Experimental.Types.MlirBridgeRollout.Enabled + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.ConfigProto.Types.Experimental.Types.MlirBridgeRollout.SafeModeEnabled + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.ConfigProto.Types.Experimental.Types.MlirBridgeRollout.SafeModeFallbackEnabled + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.ConfigProto.Types.Experimental.Types.MlirBridgeRollout.Unspecified + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.ConfigProto.Types.Experimental.Types.MlirBridgeRollout.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataClass.BlobSequence + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataClass.Scalar + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataClass.Tensor + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataClass.Unknown + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataClass.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtBfloat16 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtBfloat16Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtBool + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtBoolRef + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtComplex128 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtComplex128Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtComplex64 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtComplex64Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtDouble + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtDoubleRef + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtFloat + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtFloatRef + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtHalf + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtHalfRef + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtInt16 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtInt16Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtInt32 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtInt32Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtInt64 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtInt64Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtInt8 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtInt8Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtInvalid + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtQint16 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtQint16Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtQint32 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtQint32Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtQint8 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtQint8Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtQuint16 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtQuint16Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtQuint8 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtQuint8Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtResource + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtResourceRef + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtString + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtStringRef + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtUint16 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtUint16Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtUint32 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtUint32Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtUint64 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtUint64Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtUint8 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtUint8Ref + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtVariant + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.DtVariantRef + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.DataType.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Event.WhatOneofCase.FileVersion + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Event.WhatOneofCase.GraphDef + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Event.WhatOneofCase.LogMessage + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Event.WhatOneofCase.MetaGraphDef + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Event.WhatOneofCase.None + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Event.WhatOneofCase.SessionLog + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Event.WhatOneofCase.Summary + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Event.WhatOneofCase.TaggedRunMetadata + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Event.WhatOneofCase.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeDef.AttrOneofCase.I + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeDef.AttrOneofCase.None + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeDef.AttrOneofCase.S + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeDef.AttrOneofCase.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftAny + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftArray + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftBfloat16 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftBool + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftCallable + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftComplex128 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftComplex64 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftDataset + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftDouble + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftFloat + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftForEach + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftHalf + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftInt16 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftInt32 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftInt64 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftInt8 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftLegacyVariant + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftLiteral + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftMutexLock + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftNamed + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftOptional + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftProduct + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftRagged + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftString + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftTensor + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftUint16 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftUint32 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftUint64 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftUint8 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftUnset + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.TftVar + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FullTypeId.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FunctionSpec.Types.JitCompile.Default + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FunctionSpec.Types.JitCompile.Off + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FunctionSpec.Types.JitCompile.On + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.FunctionSpec.Types.JitCompile.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.LogMessage.Types.Level.Debugging + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.LogMessage.Types.Level.Error + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.LogMessage.Types.Level.Fatal + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.LogMessage.Types.Level.Info + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.LogMessage.Types.Level.Unknown + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.LogMessage.Types.Level.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.LogMessage.Types.Level.Warn + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.OptimizerOptions.Types.GlobalJitLevel.Default + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.OptimizerOptions.Types.GlobalJitLevel.Off + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.OptimizerOptions.Types.GlobalJitLevel.On1 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.OptimizerOptions.Types.GlobalJitLevel.On2 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.OptimizerOptions.Types.GlobalJitLevel.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.OptimizerOptions.Types.Level.L0 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.OptimizerOptions.Types.Level.L1 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.OptimizerOptions.Types.Level.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.CpuLayout.NchwToNhwc + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.CpuLayout.NhwcToNchw + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.CpuLayout.NoConversionOnCpu + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.CpuLayout.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.MemOptType.DefaultMemOpt + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.MemOptType.Heuristics + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.MemOptType.Manual + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.MemOptType.NoMemOpt + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.MemOptType.RecomputationHeuristics + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.MemOptType.SchedulingHeuristics + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.MemOptType.SwappingHeuristics + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.MemOptType.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.NumIterationsType.DefaultNumIters + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.NumIterationsType.One + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.NumIterationsType.Two + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.NumIterationsType.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.Toggle.Aggressive + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.Toggle.Default + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.Toggle.ExperimentalBoth + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.Toggle.ExperimentalMlir + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.Toggle.Off + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.Toggle.On + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RewriterConfig.Types.Toggle.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RunOptions.Types.TraceLevel.FullTrace + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RunOptions.Types.TraceLevel.HardwareTrace + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RunOptions.Types.TraceLevel.NoTrace + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RunOptions.Types.TraceLevel.SoftwareTrace + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.RunOptions.Types.TraceLevel.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SavedObject.KindOneofCase.Asset + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SavedObject.KindOneofCase.BareConcreteFunction + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SavedObject.KindOneofCase.CapturedTensor + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SavedObject.KindOneofCase.Constant + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SavedObject.KindOneofCase.Function + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SavedObject.KindOneofCase.None + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SavedObject.KindOneofCase.Resource + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SavedObject.KindOneofCase.UserObject + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SavedObject.KindOneofCase.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SavedObject.KindOneofCase.Variable + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SaverDef.Types.CheckpointFormatVersion.Legacy + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SaverDef.Types.CheckpointFormatVersion.V1 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SaverDef.Types.CheckpointFormatVersion.V2 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SaverDef.Types.CheckpointFormatVersion.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SessionLog.Types.SessionStatus.Checkpoint + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SessionLog.Types.SessionStatus.Start + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SessionLog.Types.SessionStatus.StatusUnspecified + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SessionLog.Types.SessionStatus.Stop + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.SessionLog.Types.SessionStatus.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.BoolValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.BoundedTensorSpecValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.DictValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.Float64Value + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.Int64Value + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.ListValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.NamedTupleValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.None + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.NoneValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.StringValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.TensorDtypeValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.TensorShapeValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.TensorSpecValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.TupleValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.TypeSpecValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.StructuredValue.KindOneofCase.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Summary.Types.Value.ValueOneofCase.Audio + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Summary.Types.Value.ValueOneofCase.Histo + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Summary.Types.Value.ValueOneofCase.Image + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Summary.Types.Value.ValueOneofCase.None + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Summary.Types.Value.ValueOneofCase.ObsoleteOldStyleHistogram + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Summary.Types.Value.ValueOneofCase.SimpleValue + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Summary.Types.Value.ValueOneofCase.Tensor + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.Summary.Types.Value.ValueOneofCase.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TensorInfo.EncodingOneofCase.CompositeTensor + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TensorInfo.EncodingOneofCase.CooSparse + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TensorInfo.EncodingOneofCase.Name + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TensorInfo.EncodingOneofCase.None + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TensorInfo.EncodingOneofCase.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.DataDatasetSpec + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.DataIteratorSpec + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.ExtensionTypeSpec + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.IndexedSlicesSpec + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.OptionalSpec + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.PerReplicaSpec + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.RaggedTensorSpec + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.RegisteredTypeSpec + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.RowPartitionSpec + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.SparseTensorSpec + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.TensorArraySpec + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.Unknown + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.TypeSpecProto.Types.TypeSpecClass.VariableSpec + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VariableAggregation.Mean + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VariableAggregation.None + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VariableAggregation.OnlyFirstReplica + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VariableAggregation.Sum + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VariableAggregation.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VariableSynchronization.Auto + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VariableSynchronization.None + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VariableSynchronization.OnRead + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VariableSynchronization.OnWrite + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VariableSynchronization.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VerifierConfig.Types.Toggle.Default + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VerifierConfig.Types.Toggle.Off + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VerifierConfig.Types.Toggle.On + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.VerifierConfig.Types.Toggle.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.WorkerHealth.InternalError + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.WorkerHealth.Ok + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.WorkerHealth.ReceivedShutdownSignal + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.WorkerHealth.ShuttingDown + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.WorkerHealth.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.WorkerShutdownMode.Default + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.WorkerShutdownMode.NotConfigured + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.WorkerShutdownMode.ShutdownAfterTimeout + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.WorkerShutdownMode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:Tensorboard.WorkerShutdownMode.WaitForCoordinator + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.compute_mode.donot_use_mm_for_euclid_dist + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.compute_mode.use_mm_for_euclid_dist + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.compute_mode.use_mm_for_euclid_dist_if_necessary + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.compute_mode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DebugMode.default + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DebugMode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DebugMode.warn + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.CPU + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.CUDA + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.FPGA + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.HIP + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.IDEEP + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.META + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.MKLDNN + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.MPS + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.MSNPU + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.OPENCL + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.OPENGL + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.DeviceType.XLA + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.EmbeddingBagMode.Max + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.EmbeddingBagMode.Mean + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.EmbeddingBagMode.Sum + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.EmbeddingBagMode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.FFTNormType.Backward + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.FFTNormType.Forward + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.FFTNormType.Ortho + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.FFTNormType.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Float32MatmulPrecision.high + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Float32MatmulPrecision.highest + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Float32MatmulPrecision.medium + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Float32MatmulPrecision.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.HistogramBinSelector.Doane + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.HistogramBinSelector.Rice + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.HistogramBinSelector.Scott + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.HistogramBinSelector.Sqrt + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.HistogramBinSelector.Stone + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.HistogramBinSelector.Sturges + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.HistogramBinSelector.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.indexing.ij + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.indexing.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.indexing.xy + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.layout.sparse_coo + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.layout.strided + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.layout.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.LobpcgMethod.basic + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.LobpcgMethod.ortho + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.LobpcgMethod.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.memory_format.channels_last + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.memory_format.contiguous_format + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.memory_format.preserve_format + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.memory_format.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adadelta.Options.eps + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adadelta.Options.maximize + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adadelta.Options.rho + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adadelta.Options.weight_decay + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adagrad.Options.eps + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adagrad.Options.initial_accumulator_value + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adagrad.Options.lr_decay + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adagrad.Options.weight_decay + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adam.Options.amsgrad + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adam.Options.beta1 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adam.Options.beta2 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adam.Options.eps + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adam.Options.maximize + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adam.Options.weight_decay + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adamax.Options.beta1 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adamax.Options.beta2 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adamax.Options.eps + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Adamax.Options.weight_decay + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.AdamW.Options.amsgrad + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.AdamW.Options.beta1 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.AdamW.Options.beta2 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.AdamW.Options.eps + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.AdamW.Options.maximize + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.AdamW.Options.weight_decay + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.ASGD.Options.alpha + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.ASGD.Options.lambd + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.ASGD.Options.maximize + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.ASGD.Options.t0 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.ASGD.Options.weight_decay + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.NAdam.Options.beta1 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.NAdam.Options.beta2 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.NAdam.Options.eps + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.NAdam.Options.momentum_decay + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.NAdam.Options.weight_decay + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.OptimizerHelper.TypeCode.Double + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.OptimizerHelper.TypeCode.Long + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.OptimizerHelper.TypeCode.Options + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.OptimizerHelper.TypeCode.State + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.OptimizerHelper.TypeCode.Tensor + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.OptimizerHelper.TypeCode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.RAdam.Options.beta1 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.RAdam.Options.beta2 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.RAdam.Options.eps + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.RAdam.Options.weight_decay + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.RMSProp.Options.alpha + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.RMSProp.Options.centered + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.RMSProp.Options.eps + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.RMSProp.Options.maximize + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.RMSProp.Options.momentum + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.RMSProp.Options.weight_decay + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Rprop.Options.etaminus + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Rprop.Options.etaplus + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Rprop.Options.max_step + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Rprop.Options.maximize + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.Rprop.Options.min_step + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.SGD.Options.dampening + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.SGD.Options.maximize + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.SGD.Options.momentum + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.SGD.Options.nesterov + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.SGD.Options.weight_decay + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.TransformerEncoder.Activations.GELU + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.TransformerEncoder.Activations.ReLU + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Modules.TransformerEncoder.Activations.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Padding.Same + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Padding.Valid + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Padding.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.PaddingModes.Circular + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.PaddingModes.Constant + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.PaddingModes.Reflect + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.PaddingModes.Replicate + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.PaddingModes.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.PaddingModes.Zeros + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.PrintOptionsProfile.default + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.PrintOptionsProfile.full + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.PrintOptionsProfile.short + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.PrintOptionsProfile.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Reduce.amax + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Reduce.amin + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Reduce.mean + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Reduce.prod + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Reduce.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.TensorStringStyle.CSharp + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.TensorStringStyle.Default + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.TensorStringStyle.Julia + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.TensorStringStyle.Metadata + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.TensorStringStyle.Numpy + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.TensorStringStyle.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.GridSampleMode.Bilinear + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.GridSampleMode.Nearest + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.GridSampleMode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.GridSamplePaddingMode.Border + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.GridSamplePaddingMode.Reflection + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.GridSamplePaddingMode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.GridSamplePaddingMode.Zeros + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.InterpolationMode.Area + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.InterpolationMode.Bicubic + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.InterpolationMode.Bilinear + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.InterpolationMode.Linear + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.InterpolationMode.Nearest + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.InterpolationMode.Trilinear + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.InterpolationMode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.linalg.QRMode.Complete + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.linalg.QRMode.R + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.linalg.QRMode.Reduced + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.linalg.QRMode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.LobpcgMethod.basic + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.LobpcgMethod.ortho + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.LobpcgMethod.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.Activations.GELU + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.Activations.ReLU + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.Activations.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.FanInOut.FanIn + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.FanInOut.FanOut + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.FanInOut.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.NonlinearityType.Conv1D + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.NonlinearityType.Conv2D + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.NonlinearityType.Conv3D + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.NonlinearityType.ConvTranspose1D + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.NonlinearityType.ConvTranspose2D + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.NonlinearityType.ConvTranspose3D + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.NonlinearityType.LeakyReLU + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.NonlinearityType.Linear + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.NonlinearityType.ReLU + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.NonlinearityType.Sigmoid + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.NonlinearityType.Tanh + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.init.NonlinearityType.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.NonLinearities.ReLU + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.NonLinearities.Tanh + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.NonLinearities.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.Reduction.Mean + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.Reduction.None + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.Reduction.Sum + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.nn.Reduction.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.optim.lr_scheduler.impl.CyclicLR.Mode.ExpRange + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.optim.lr_scheduler.impl.CyclicLR.Mode.Triangular + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.optim.lr_scheduler.impl.CyclicLR.Mode.Triangular2 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.optim.lr_scheduler.impl.CyclicLR.Mode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.optim.lr_scheduler.impl.CyclicLR.ScaleMode.Cycle + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.optim.lr_scheduler.impl.CyclicLR.ScaleMode.Iterations + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.optim.lr_scheduler.impl.CyclicLR.ScaleMode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.optim.lr_scheduler.impl.OneCycleLR.AnnealStrategy.Cos + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.optim.lr_scheduler.impl.OneCycleLR.AnnealStrategy.Linear + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.optim.lr_scheduler.impl.OneCycleLR.AnnealStrategy.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.RoundingMode.floor + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.RoundingMode.None + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.RoundingMode.trunc + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.RoundingMode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.BFloat16 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.Bool + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.Byte + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.ComplexFloat32 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.ComplexFloat64 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.Float16 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.Float32 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.Float64 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.Int16 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.Int32 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.Int64 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.Int8 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.ScalarType.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.UpsampleMode.Bicubic + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.UpsampleMode.Bilinear + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.UpsampleMode.Linear + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.UpsampleMode.Nearest + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.UpsampleMode.Trilinear + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.torch.UpsampleMode.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Utils.tensorboard.Enums.HistogramBinSelector.Doane + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Utils.tensorboard.Enums.HistogramBinSelector.Rice + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Utils.tensorboard.Enums.HistogramBinSelector.Scott + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Utils.tensorboard.Enums.HistogramBinSelector.Sqrt + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Utils.tensorboard.Enums.HistogramBinSelector.Stone + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Utils.tensorboard.Enums.HistogramBinSelector.Sturges + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Utils.tensorboard.Enums.HistogramBinSelector.Tensorflow + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + F:TorchSharp.Utils.tensorboard.Enums.HistogramBinSelector.value__ + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:Tensorboard.TrackableObjectGraph.Types.TrackableObject.get_HasCheckpointValues + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Data.DataIterator.GetEnumerator + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.DisposeScope.Detach``2(``0,``1) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.DisposeScope.Detach``3(``0,``1,``2) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.DisposeScope.DisposeEverythingBut``2(``0,``1) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.DisposeScope.DisposeEverythingBut``3(``0,``1,``2) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.DisposeScope.MoveToOther``2(TorchSharp.DisposeScope,``0,``1) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.DisposeScope.MoveToOther``3(TorchSharp.DisposeScope,``0,``1,``2) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.DisposeScope.MoveToOuter``2(``0,``1) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.DisposeScope.MoveToOuter``3(``0,``1,``2) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.IProgressBar.get_Maximum + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.CrossEntropyLoss.#ctor(TorchSharp.torch.Tensor,System.Nullable{System.Int64},TorchSharp.torch.nn.Reduction,System.Double) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.CrossEntropyLoss.get_ignore_index + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.DataLoader.#ctor(TorchSharp.torch.utils.data.IDataset{System.Collections.Generic.IReadOnlyDictionary{System.String,TorchSharp.torch.Tensor}},System.Int32,System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.DataLoader`2.#ctor(TorchSharp.torch.utils.data.IDataset{`0},System.Int32,System.Func{System.Collections.Generic.IReadOnlyList{`0},TorchSharp.torch.Device,`1},System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.FractionalMaxPool2d.forward_with_indices(TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.FractionalMaxPool3d.forward_with_indices(TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.IterableDataLoader.#ctor(TorchSharp.torch.utils.data.IDataset{System.Collections.Generic.IEnumerable{TorchSharp.torch.Tensor}},System.Int32,System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.LSTM.call(TorchSharp.torch.nn.utils.rnn.PackedSequence,System.Nullable{System.ValueTuple{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.MaxPool1d.forward_with_indices(TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.MaxPool2d.forward_with_indices(TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.MaxPool3d.forward_with_indices(TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.OptimizerOptions.get_LearningRate + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential.#ctor(System.ValueTuple{System.String,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}}[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential.get_SequentialItems(System.ValueTuple{System.Nullable{System.Int32},System.Nullable{System.Int32}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential`2.#ctor(System.ValueTuple{System.String,TorchSharp.torch.nn.Module}[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential`2.get_SequentialItems(System.ValueTuple{System.Nullable{System.Int32},System.Nullable{System.Int32}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential`3.#ctor(System.ValueTuple{System.String,TorchSharp.torch.nn.Module}[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential`3.get_SequentialItems(System.ValueTuple{System.Nullable{System.Int32},System.Nullable{System.Int32}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential`4.#ctor(System.ValueTuple{System.String,TorchSharp.torch.nn.Module}[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential`4.get_SequentialItems(System.ValueTuple{System.Nullable{System.Int32},System.Nullable{System.Int32}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential`5.#ctor(System.ValueTuple{System.String,TorchSharp.torch.nn.Module}[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential`5.get_SequentialItems(System.ValueTuple{System.Nullable{System.Int32},System.Nullable{System.Int32}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential`6.#ctor(System.ValueTuple{System.String,TorchSharp.torch.nn.Module}[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential`6.get_SequentialItems(System.ValueTuple{System.Nullable{System.Int32},System.Nullable{System.Int32}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential`7.#ctor(System.ValueTuple{System.String,TorchSharp.torch.nn.Module}[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Sequential`7.get_SequentialItems(System.ValueTuple{System.Nullable{System.Int32},System.Nullable{System.Int32}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.Upsample.get_align_corners + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.ScalarExtensionMethods.ToComplexFloat32(TorchSharp.Scalar) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.TensorExtensionMethods.cstr(TorchSharp.torch.Tensor,System.String,System.Nullable{System.Int32},System.String,System.Globalization.CultureInfo) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.TensorExtensionMethods.jlstr(TorchSharp.torch.Tensor,System.String,System.Nullable{System.Int32},System.String,System.Globalization.CultureInfo) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.TensorExtensionMethods.npstr(TorchSharp.torch.Tensor,System.String,System.Nullable{System.Int32},System.String,System.Globalization.CultureInfo) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.TensorExtensionMethods.print(TorchSharp.torch.Tensor,System.String,System.Nullable{System.Int32},System.String,System.Globalization.CultureInfo,TorchSharp.TensorStringStyle) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.TensorExtensionMethods.str(TorchSharp.torch.Tensor,System.String,System.Nullable{System.Int32},System.String,System.Globalization.CultureInfo,TorchSharp.TensorStringStyle) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.TensorExtensionMethods.ToComplex32(TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.TensorExtensionMethods.ToComplexFloat32(TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.aminmax(TorchSharp.torch.Tensor,System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.arange(TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.arange(TorchSharp.Scalar,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.arange(TorchSharp.Scalar,TorchSharp.Scalar,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Array,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Boolean[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Byte[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Collections.Generic.IList{System.Boolean},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Collections.Generic.IList{System.Byte},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Collections.Generic.IList{System.Double},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Collections.Generic.IList{System.Int16},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Collections.Generic.IList{System.Int32},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Collections.Generic.IList{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Collections.Generic.IList{System.Numerics.Complex},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Collections.Generic.IList{System.SByte},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Collections.Generic.IList{System.Single},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Collections.Generic.IList{System.ValueTuple{System.Single,System.Single}},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Double[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Int16[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Int32[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Numerics.Complex[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.SByte[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.Single[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(System.ValueTuple{System.Single,System.Single}[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.as_tensor(TorchSharp.torch.Tensor,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.autograd.backward(System.Collections.Generic.IList{TorchSharp.torch.Tensor},System.Collections.Generic.IList{TorchSharp.torch.Tensor},System.Nullable{System.Boolean},System.Boolean,System.Collections.Generic.IList{TorchSharp.torch.Tensor}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.autograd.backward(TorchSharp.torch.Tensor,System.Collections.Generic.IList{TorchSharp.torch.Tensor},System.Nullable{System.Boolean},System.Boolean,System.Collections.Generic.IList{TorchSharp.torch.Tensor}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.autograd.backward(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Nullable{System.Boolean},System.Boolean,System.Collections.Generic.IList{TorchSharp.torch.Tensor}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.bartlett_window(System.Int64,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.blackman_window(System.Int64,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.cummax(TorchSharp.torch.Tensor,System.Int64) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.cummin(TorchSharp.torch.Tensor,System.Int64) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.cumprod(TorchSharp.torch.Tensor,System.Int64,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.cumsum(TorchSharp.torch.Tensor,System.Int64,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.Bernoulli(System.Nullable{System.Double},System.Nullable{System.Double},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.Bernoulli(System.Nullable{System.Single},System.Nullable{System.Single},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.Binomial(System.Int32,System.Nullable{System.Double},System.Nullable{System.Double},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.Binomial(System.Int32,System.Nullable{System.Single},System.Nullable{System.Single},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.Distribution._init(System.Nullable{TorchSharp.torch.Size},System.Nullable{TorchSharp.torch.Size}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.Distribution.#ctor(TorchSharp.torch.Generator,TorchSharp.torch.Size,System.Nullable{TorchSharp.torch.Size}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.ExpRelaxedCategorical(TorchSharp.torch.Tensor,System.Nullable{System.Double},System.Nullable{System.Double},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.ExpRelaxedCategorical(TorchSharp.torch.Tensor,System.Nullable{System.Single},System.Nullable{System.Single},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.LogitRelaxedBernoulli(TorchSharp.torch.Tensor,System.Nullable{System.Double},System.Nullable{System.Double},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.LogitRelaxedBernoulli(TorchSharp.torch.Tensor,System.Nullable{System.Single},System.Nullable{System.Single},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.NegativeBinomial(System.Int32,System.Nullable{System.Double},System.Nullable{System.Double},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.NegativeBinomial(System.Int32,System.Nullable{System.Single},System.Nullable{System.Single},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.OneHotCategorical(System.Nullable{System.Double},System.Nullable{System.Double},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.OneHotCategorical(System.Nullable{System.Single},System.Nullable{System.Single},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.RelaxedBernoulli(TorchSharp.torch.Tensor,System.Nullable{System.Double},System.Nullable{System.Double},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.RelaxedBernoulli(TorchSharp.torch.Tensor,System.Nullable{System.Single},System.Nullable{System.Single},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.RelaxedOneHotCategorical(TorchSharp.torch.Tensor,System.Nullable{System.Double},System.Nullable{System.Double},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.distributions.RelaxedOneHotCategorical(TorchSharp.torch.Tensor,System.Nullable{System.Single},System.Nullable{System.Single},TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.eig(TorchSharp.torch.Tensor,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.empty_like(TorchSharp.torch.Tensor,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.empty_strided(System.Int64[],System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.empty(System.Int32,System.Int32,System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.empty(System.Int32,System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.empty(System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.empty(System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.empty(System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.empty(System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.empty(System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.empty(System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.empty(System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.empty(System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.eye(System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.fft.fftfreq(System.Int64,System.Double,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.fft.rfftfreq(System.Int64,System.Double,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.frexp(TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.from_array(System.Array,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.from_file(System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.full_like(TorchSharp.torch.Tensor,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.full(System.Int32,System.Int32,System.Int32,System.Int32,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.full(System.Int32,System.Int32,System.Int32,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.full(System.Int32,System.Int32,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.full(System.Int32,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.full(System.Int64,System.Int64,System.Int64,System.Int64,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.full(System.Int64,System.Int64,System.Int64,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.full(System.Int64,System.Int64,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.full(System.Int64,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.full(System.Int64[],TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.full(System.ReadOnlySpan{System.Int64},TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.geqrf(TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.gradient(TorchSharp.torch.Tensor,System.Int32,System.Nullable{System.Int64},System.Int32) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.hamming_window(System.Int64,System.Boolean,System.Single,System.Single,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.hann_window(System.Int64,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.histogram(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.ValueTuple{System.Double,System.Double}},System.ValueTuple{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}@) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.histogram(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.ValueTuple{System.Double,System.Double}},TorchSharp.torch.Tensor,System.Boolean,System.ValueTuple{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}@) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.histogram(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.ValueTuple{System.Double,System.Double}},TorchSharp.torch.Tensor,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.histogram(TorchSharp.torch.Tensor,System.Int64,System.ValueTuple{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}@) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.histogram(TorchSharp.torch.Tensor,TorchSharp.HistogramBinSelector,System.Nullable{System.ValueTuple{System.Double,System.Double}},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.histogram(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.ValueTuple{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}@) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.histogram(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Boolean,System.ValueTuple{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}@) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.histogram(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.istft(TorchSharp.torch.Tensor,System.Int64,System.Int64,System.Int64,TorchSharp.torch.Tensor,System.Boolean,System.Boolean,System.Nullable{System.Boolean},System.Int64,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.jit.ScriptModule.named_attributes(System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.kaiser_window(System.Int64,System.Boolean,System.Single,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.kthvalue(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.cholesky_ex(TorchSharp.torch.Tensor,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.inv_ex(TorchSharp.torch.Tensor,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.ldl_factor_ex(TorchSharp.torch.Tensor,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.ldl_factor(TorchSharp.torch.Tensor,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.lstsq(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Double) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.lstsq(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.lu_factor(TorchSharp.torch.Tensor,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.lu(TorchSharp.torch.Tensor,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.matrix_rank(TorchSharp.torch.Tensor,System.Nullable{System.Double},System.Nullable{System.Double},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.pinv(TorchSharp.torch.Tensor,System.Nullable{System.Double},System.Nullable{System.Double},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.qr(TorchSharp.torch.Tensor,TorchSharp.torch.linalg.QRMode) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.solve_ex(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.svd(TorchSharp.torch.Tensor,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linalg.vander(TorchSharp.torch.Tensor,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.linspace(System.Double,System.Double,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.logit(TorchSharp.torch.Tensor,System.Nullable{System.Double}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.logspace(System.Double,System.Double,System.Int64,System.Double,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.lstsq(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.lu_unpack(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.lu(TorchSharp.torch.Tensor,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.matrix_rank(TorchSharp.torch.Tensor,System.Nullable{System.Single},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.max(TorchSharp.torch.Tensor,System.Int64,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.mean(TorchSharp.torch.Tensor,System.Int64[],System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.min(TorchSharp.torch.Tensor,System.Int64,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.mode(TorchSharp.torch.Tensor,System.Int64,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nan_to_num(TorchSharp.torch.Tensor,System.Double,System.Nullable{System.Double},System.Nullable{System.Double}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nanmean(TorchSharp.torch.Tensor,System.Nullable{System.Int32},System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.AvgPool1d(System.Int64,System.Nullable{System.Int64},System.Int64,System.Boolean,System.Boolean,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.AvgPool2d(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Boolean,System.Boolean,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.AvgPool2d(System.Int64[],System.Int64[],System.Int64[],System.Boolean,System.Boolean,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.AvgPool2d(System.ValueTuple{System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Boolean,System.Boolean,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.AvgPool3d(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Boolean,System.Boolean,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.AvgPool3d(System.Int64[],System.Int64[],System.Int64[],System.Boolean,System.Boolean,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.AvgPool3d(System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Boolean,System.Boolean,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.BatchNorm1d(System.Int64,System.Double,System.Double,System.Boolean,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.BatchNorm2d(System.Int64,System.Double,System.Double,System.Boolean,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.BatchNorm3d(System.Int64,System.Double,System.Double,System.Boolean,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Bilinear(System.Int64,System.Int64,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Conv1d(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Conv1d(System.Int64,System.Int64,System.Int64,TorchSharp.Padding,System.Int64,System.Int64,TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Conv2d(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Conv2d(System.Int64,System.Int64,System.Int64,TorchSharp.Padding,System.Int64,System.Int64,TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Conv2d(System.Int64,System.Int64,System.ValueTuple{System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Conv2d(System.Int64,System.Int64,System.ValueTuple{System.Int64,System.Int64},TorchSharp.Padding,System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Conv3d(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Conv3d(System.Int64,System.Int64,System.Int64,TorchSharp.Padding,System.Int64,System.Int64,TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Conv3d(System.Int64,System.Int64,System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Conv3d(System.Int64,System.Int64,System.ValueTuple{System.Int64,System.Int64,System.Int64},TorchSharp.Padding,System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.ConvTranspose1d(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.ConvTranspose2d(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.ConvTranspose2d(System.Int64,System.Int64,System.ValueTuple{System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.ConvTranspose3d(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.ConvTranspose3d(System.Int64,System.Int64,System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},TorchSharp.PaddingModes,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.CrossEntropyLoss(TorchSharp.torch.Tensor,System.Nullable{System.Int64},TorchSharp.torch.nn.Reduction) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Embedding_from_pretrained(TorchSharp.torch.Tensor,System.Boolean,System.Nullable{System.Int64},System.Nullable{System.Double},System.Double,System.Boolean,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Embedding(System.Int64,System.Int64,System.Nullable{System.Int64},System.Nullable{System.Double},System.Double,System.Boolean,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.EmbeddingBag_from_pretrained(TorchSharp.torch.Tensor,System.Boolean,System.Nullable{System.Double},System.Double,System.Boolean,TorchSharp.EmbeddingBagMode,System.Boolean,System.Boolean,System.Int64,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.EmbeddingBag(System.Int64,System.Int64,System.Nullable{System.Double},System.Double,System.Boolean,TorchSharp.EmbeddingBagMode,System.Boolean,System.Boolean,System.Int64,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Fold(System.ValueTuple{System.Int64,System.Int64},System.ValueTuple{System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.FractionalMaxPool2d(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Double}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.FractionalMaxPool2d(System.ValueTuple{System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Double,System.Double}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.FractionalMaxPool3d(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Double}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.FractionalMaxPool3d(System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Double,System.Double,System.Double}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.avg_pool1d(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.avg_pool2d(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.Int64},System.Int64,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.avg_pool2d(TorchSharp.torch.Tensor,System.ValueTuple{System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.conv_transpose1d(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Int64) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.conv1d(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Int64) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.fold(TorchSharp.torch.Tensor,System.ValueTuple{System.Int64,System.Int64},System.ValueTuple{System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.grid_sample(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,TorchSharp.torch.GridSampleMode,TorchSharp.torch.GridSamplePaddingMode,System.Nullable{System.Boolean}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.interpolate(TorchSharp.torch.Tensor,System.Int64[],System.Double[],TorchSharp.torch.InterpolationMode,System.Nullable{System.Boolean},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.max_pool1d_with_indices(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.max_pool1d(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.max_pool2d_with_indices(TorchSharp.torch.Tensor,System.Int64[],System.Int64[],System.Int64[],System.Int64[],System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.max_pool2d(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.max_pool2d(TorchSharp.torch.Tensor,System.ValueTuple{System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.max_pool3d_with_indices(TorchSharp.torch.Tensor,System.Int64[],System.Int64[],System.Int64[],System.Int64[],System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.softmax(TorchSharp.torch.Tensor,System.Int64,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.unfold(TorchSharp.torch.Tensor,System.ValueTuple{System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.upsample_nearest1d_backward(TorchSharp.torch.Tensor,System.Nullable{System.Int64},System.Int64,System.Nullable{System.Double}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.functional.upsample_nearest1d(TorchSharp.torch.Tensor,System.Nullable{System.Int64},System.Nullable{System.Double}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.GroupNorm(System.Int64,System.Int64,System.Double,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.GRU(System.Int64,System.Int64,System.Int64,System.Boolean,System.Boolean,System.Double,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.GRUCell(System.Int64,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.init.CalculateFanInAndFanOut(TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.InstanceNorm1d(System.Int64,System.Double,System.Double,System.Boolean,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.InstanceNorm2d(System.Int64,System.Double,System.Double,System.Boolean,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.InstanceNorm3d(System.Int64,System.Double,System.Double,System.Boolean,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.LayerNorm(System.Int64,System.Double,System.Boolean,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.LayerNorm(System.Int64[],System.Double,System.Boolean,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Linear(System.Int64,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.LPPool1d(System.Double,System.Int64,System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.LPPool2d(System.Double,System.Int64,System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.LSTM(System.Int64,System.Int64,System.Int64,System.Boolean,System.Boolean,System.Double,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.LSTMCell(System.Int64,System.Int64,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.MaxPool1d(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.MaxPool2d(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.MaxPool2d(System.ValueTuple{System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.MaxPool3d(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.MaxPool3d(System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.MaxUnpool1d(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.MaxUnpool2d(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.MaxUnpool2d(System.ValueTuple{System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.MaxUnpool3d(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.MaxUnpool3d(System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64,System.Int64}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Module._named_buffers + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Module._named_parameters + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Module.GetDefaultDeviceAndType(TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Module.load_state_dict(System.Collections.Generic.Dictionary{System.String,TorchSharp.torch.Tensor},System.Boolean,System.Collections.Generic.IList{System.String}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Module.named_buffers(System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Module.named_children + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Module.named_modules + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Module.named_parameters(System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.MultiheadAttention(System.Int64,System.Int64,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Nullable{System.Int64},System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.PReLU(System.Int64,System.Double,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.RNN(System.Int64,System.Int64,System.Int64,TorchSharp.torch.nn.NonLinearities,System.Boolean,System.Boolean,System.Double,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.RNNCell(System.Int64,System.Int64,TorchSharp.torch.nn.NonLinearities,System.Boolean,TorchSharp.torch.Device,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Sequential(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Sequential(System.ValueTuple{System.String,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}}[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Unfold(System.ValueTuple{System.Int64,System.Int64},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}},System.Nullable{System.ValueTuple{System.Int64,System.Int64}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.Upsample(System.Int64[],System.Double[],TorchSharp.torch.UpsampleMode,System.Nullable{System.Boolean}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.utils.fuse_conv_bn_weights(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Double,TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.utils.fuse_linear_bn_weights(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Double,TorchSharp.torch.Tensor,TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.nn.utils.rnn.pad_packed_sequence(TorchSharp.torch.nn.utils.rnn.PackedSequence,System.Boolean,System.Double,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.normal(System.Double,System.Double,System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.ones_like(TorchSharp.torch.Tensor,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.ones(System.Int32,System.Int32,System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.ones(System.Int32,System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.ones(System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.ones(System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.ones(System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.ones(System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.ones(System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.ones(System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.ones(System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.ones(System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.Adadelta(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.Modules.Parameter}},System.Double,System.Double,System.Double,System.Double,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.Adagrad(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.Modules.Parameter}},System.Double,System.Double,System.Double,System.Double,System.Double) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.Adam(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.Modules.Parameter}},System.Double,System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.Adamax(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.Modules.Parameter}},System.Double,System.Double,System.Double,System.Double,System.Double) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.AdamW(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.Modules.Parameter}},System.Double,System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.ASGD(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.Modules.Parameter}},System.Double,System.Double,System.Double,System.Double,System.Double,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.LBFGS(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.Modules.Parameter}},System.Double,System.Int64,System.Nullable{System.Int64},System.Double,System.Double,System.Int64) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.LBFGS(System.Collections.Generic.IEnumerable{TorchSharp.Modules.Parameter},System.Double,System.Int64,System.Nullable{System.Int64},System.Double,System.Double,System.Int64) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.lr_scheduler.LRScheduler.step(System.Double,System.Nullable{System.Int32}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.lr_scheduler.LRScheduler.step(System.Nullable{System.Int32}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.NAdam(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.Modules.Parameter}},System.Double,System.Double,System.Double,System.Double,System.Double,System.Double) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.RAdam(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.Modules.Parameter}},System.Double,System.Double,System.Double,System.Double,System.Double) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.RMSProp(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.Modules.Parameter}},System.Double,System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.Rprop(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.Modules.Parameter}},System.Double,System.Double,System.Double,System.Double,System.Double,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.optim.SGD(System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,TorchSharp.Modules.Parameter}},System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.prod(TorchSharp.torch.Tensor,System.Int64,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.prod(TorchSharp.torch.Tensor,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.rand_like(TorchSharp.torch.Tensor,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.rand(System.Int32,System.Int32,System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.rand(System.Int32,System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.rand(System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.rand(System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.rand(System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.rand(System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.rand(System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.rand(System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.rand(System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.rand(System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randint_like(TorchSharp.torch.Tensor,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randint(System.Int32,System.Int32,System.Int32[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randint(System.Int32,System.Int32[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randint(System.Int64,System.Int64,System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randint(System.Int64,System.Int64,TorchSharp.torch.Size,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randint(System.Int64,System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randint(System.Int64,TorchSharp.torch.Size,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randn_like(TorchSharp.torch.Tensor,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randn(System.Int32,System.Int32,System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randn(System.Int32,System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randn(System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randn(System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randn(System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randn(System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randn(System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randn(System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randn(System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randn(System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.randperm(System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,TorchSharp.torch.Generator) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.repeat_interleave(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.repeat_interleave(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Nullable{System.Int64},System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.roll(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.rot90(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.ValueTuple{System.Int64,System.Int64}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.set_printoptions(System.Int32,System.Nullable{System.Int32},System.String,System.Boolean,System.Nullable{System.Int32},System.Nullable{System.Int32}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.set_printoptions(System.Nullable{TorchSharp.TensorStringStyle},System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.slice_scatter(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Int64) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.slogdet(TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.softmax(TorchSharp.torch.Tensor,System.Int32,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.sort(TorchSharp.torch.Tensor,System.Int64,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.sparse_coo_tensor(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.sparse(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.special.log_softmax(TorchSharp.torch.Tensor,System.Int64,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.special.softmax(TorchSharp.torch.Tensor,System.Int64,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.squeeze_(TorchSharp.torch.Tensor,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.squeeze(TorchSharp.torch.Tensor,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.std_mean(TorchSharp.torch.Tensor,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.std_mean(TorchSharp.torch.Tensor,System.Int64,System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.std_mean(TorchSharp.torch.Tensor,System.Int64[],System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.std_mean(TorchSharp.torch.Tensor,System.ReadOnlySpan{System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.std_mean(TorchSharp.torch.Tensor,System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.std_mean(TorchSharp.torch.Tensor,System.ValueTuple{System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.std(TorchSharp.torch.Tensor,System.Int64,System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.std(TorchSharp.torch.Tensor,System.Int64[],System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.std(TorchSharp.torch.Tensor,System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.std(TorchSharp.torch.Tensor,System.ValueTuple{System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.stft(TorchSharp.torch.Tensor,System.Int64,System.Int64,System.Int64,TorchSharp.torch.Tensor,System.Boolean,TorchSharp.PaddingModes,System.Boolean,System.Nullable{System.Boolean},System.Nullable{System.Boolean}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Storage`1.get_Item(System.ValueTuple{System.Nullable{System.Int32},System.Nullable{System.Int32}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Storage`1.set_Item(System.ValueTuple{System.Nullable{System.Int32},System.Nullable{System.Int32}},TorchSharp.torch.Storage{`0}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.sum(TorchSharp.torch.Tensor,System.Int64,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.sum(TorchSharp.torch.Tensor,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.sum(TorchSharp.torch.Tensor,System.ReadOnlySpan{System.Int64},System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.aminmax(System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.cummax(System.Int64) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.cummin(System.Int64) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.cumprod(System.Int64,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.cumsum(System.Int64,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.empty_like(System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.frexp + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.full_like(TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.geqrf + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.istft(System.Int64,System.Int64,System.Int64,TorchSharp.torch.Tensor,System.Boolean,System.Boolean,System.Nullable{System.Boolean},System.Int64,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.kthvalue(System.Int64,System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.kthvalue(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.Int64},System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.log_softmax(System.Int64,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.logit(System.Nullable{System.Double}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.max(System.Int64,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.mean(System.Int64[],System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.min(System.Int64,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.mode(System.Int64,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.nan_to_num(System.Double,System.Nullable{System.Double},System.Nullable{System.Double}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.nanmean(System.Nullable{System.Int32},System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_empty(System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_empty(System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_empty(System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_empty(System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_empty(System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_empty(System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_full(System.Int64,System.Int64,System.Int64,System.Int64,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_full(System.Int64,System.Int64,System.Int64,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_full(System.Int64,System.Int64,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_full(System.Int64,TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_full(System.Int64[],TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_full(System.ReadOnlySpan{System.Int64},TorchSharp.Scalar,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_ones(System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_ones(System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_ones(System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_ones(System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_zeros(System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_zeros(System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_zeros(System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_zeros(System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_zeros(System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.new_zeros(System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.ones_like(System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.prod(System.Int64,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.prod(System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.rand_like(System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.randint_like(System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.randn_like(System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.repeat_interleave(System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.repeat_interleave(TorchSharp.torch.Tensor,System.Nullable{System.Int64},System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.roll(System.Int64,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.rot90(System.Int64,System.Nullable{System.ValueTuple{System.Int64,System.Int64}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.slice_scatter(TorchSharp.torch.Tensor,System.Int64,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Int64) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.softmax(System.Int64,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.sort(System.Int64,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.squeeze_(System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.squeeze(System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.std_mean(System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.std_mean(System.Int64,System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.std_mean(System.Int64[],System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.std_mean(System.ReadOnlySpan{System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.std_mean(System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.std_mean(System.ValueTuple{System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.std(System.Int64,System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.std(System.Int64[],System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.std(System.ReadOnlySpan{System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.std(System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.std(System.ValueTuple{System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.stft(System.Int64,System.Int64,System.Int64,TorchSharp.torch.Tensor,System.Boolean,TorchSharp.PaddingModes,System.Boolean,System.Nullable{System.Boolean},System.Nullable{System.Boolean}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.sum(System.Int64,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.sum(System.Int64,System.Int64,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.sum(System.Int64,System.Int64,System.Int64,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.sum(System.Int64[],System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.sum(System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.sum(System.ReadOnlySpan{System.Int64},System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.topk(System.Int32,System.Int32,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.ToString(System.Boolean,System.String,System.Nullable{System.Int32},System.Globalization.CultureInfo,System.String) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.ToString(TorchSharp.TensorStringStyle,System.String,System.Nullable{System.Int32},System.Globalization.CultureInfo,System.String) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.unique_consecutive(System.Boolean,System.Boolean,System.Nullable{System.Int32}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.unique(System.Boolean,System.Boolean,System.Boolean,System.Nullable{System.Int32}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.var_mean(System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.var_mean(System.Int64,System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.var_mean(System.Int64[],System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.var_mean(System.ReadOnlySpan{System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.var_mean(System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.var_mean(System.ValueTuple{System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.var(System.Int64,System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.var(System.Int64[],System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.var(System.Int64[],System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.var(System.ReadOnlySpan{System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.var(System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.var(System.ValueTuple{System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.Tensor.zeros_like(System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Boolean,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Boolean[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Boolean[],System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Boolean[0:,0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Boolean[0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Boolean[0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Byte[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Byte[],System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Byte[0:,0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Byte[0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Byte[0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Boolean},System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Boolean},System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Boolean},System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Boolean},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Boolean},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Byte},System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Byte},System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Byte},System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Byte},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Byte},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Double},System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Double},System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Double},System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Double},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int16},System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int16},System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int16},System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int16},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int16},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int32},System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int32},System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int32},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int32},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int64},System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int64},System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int64},System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Int64},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Numerics.Complex},System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Numerics.Complex},System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Numerics.Complex},System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Numerics.Complex},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Numerics.Complex},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.SByte},System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.SByte},System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.SByte},System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.SByte},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.SByte},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Single},System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Single},System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Single},System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Single},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.Single},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.ValueTuple{System.Single,System.Single}},System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.ValueTuple{System.Single,System.Single}},System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.ValueTuple{System.Single,System.Single}},System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.ValueTuple{System.Single,System.Single}},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Collections.Generic.IList{System.ValueTuple{System.Single,System.Single}},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Double,System.Double,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Double,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Double[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Double[],System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Double[0:,0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Double[0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Double[0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int16[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int16[],System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int16[0:,0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int16[0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int16[0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int32[],System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int32[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int32[],System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int32[0:,0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int32[0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int32[0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int64[],System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int64[0:,0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int64[0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Int64[0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Memory{System.Byte},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Memory{System.Double},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Memory{System.Int16},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Memory{System.Int32},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Memory{System.Int64},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Memory{System.Numerics.Complex},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Memory{System.SByte},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Memory{System.Single},System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Numerics.Complex,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Numerics.Complex[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Numerics.Complex[],System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Numerics.Complex[0:,0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Numerics.Complex[0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Numerics.Complex[0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.SByte[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.SByte[],System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.SByte[0:,0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.SByte[0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.SByte[0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Single,System.Single,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Single[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Single[],System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Single[0:,0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Single[0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.Single[0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.ValueTuple{System.Double,System.Double},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.ValueTuple{System.Single,System.Single},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.ValueTuple{System.Single,System.Single}[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.ValueTuple{System.Single,System.Single}[],System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.ValueTuple{System.Single,System.Single}[0:,0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.ValueTuple{System.Single,System.Single}[0:,0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.tensor(System.ValueTuple{System.Single,System.Single}[0:,0:],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.TensorIndex.op_Implicit(System.ValueTuple{System.Nullable{System.Int32},System.Nullable{System.Int32}})~TorchSharp.torch.TensorIndex + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.TensorIndex.Single(System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.TensorIndex.Slice(System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.TensorIndex.Slice(System.ValueTuple{System.Nullable{System.Int32},System.Nullable{System.Int32}}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.topk(TorchSharp.torch.Tensor,System.Int32,System.Int32,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.unique_consecutive(TorchSharp.torch.Tensor,System.Boolean,System.Boolean,System.Nullable{System.Int32}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.unique(TorchSharp.torch.Tensor,System.Boolean,System.Boolean,System.Boolean,System.Nullable{System.Int32}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.utils.data.DataLoader(TorchSharp.torch.utils.data.IDataset{System.Collections.Generic.IEnumerable{TorchSharp.torch.Tensor}},System.Int32,System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.utils.data.DataLoader(TorchSharp.torch.utils.data.IDataset{System.Collections.Generic.IReadOnlyDictionary{System.String,TorchSharp.torch.Tensor}},System.Int32,System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.utils.tensorboard.Summary.histogram(System.String,TorchSharp.torch.Tensor,TorchSharp.HistogramBinSelector,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.utils.tensorboard.Summary.histogram(System.String,TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.utils.tensorboard.Summary.make_histogram(TorchSharp.torch.Tensor,TorchSharp.HistogramBinSelector,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.utils.tensorboard.Summary.make_histogram(TorchSharp.torch.Tensor,TorchSharp.torch.Tensor,System.Nullable{System.Int64}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.var_mean(TorchSharp.torch.Tensor,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.var_mean(TorchSharp.torch.Tensor,System.Int64,System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.var_mean(TorchSharp.torch.Tensor,System.Int64[],System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.var_mean(TorchSharp.torch.Tensor,System.ReadOnlySpan{System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.var_mean(TorchSharp.torch.Tensor,System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.var_mean(TorchSharp.torch.Tensor,System.ValueTuple{System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.var(TorchSharp.torch.Tensor,System.Int64,System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.var(TorchSharp.torch.Tensor,System.Int64[],System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.var(TorchSharp.torch.Tensor,System.ValueTuple{System.Int64,System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.var(TorchSharp.torch.Tensor,System.ValueTuple{System.Int64,System.Int64},System.Boolean,System.Boolean,System.Nullable{TorchSharp.torch.ScalarType}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.zeros_like(TorchSharp.torch.Tensor,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.zeros(System.Int32,System.Int32,System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.zeros(System.Int32,System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.zeros(System.Int32,System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.zeros(System.Int32,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.zeros(System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.zeros(System.Int64,System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.zeros(System.Int64,System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.zeros(System.Int64,System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.zeros(System.Int64[],System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.torch.zeros(System.ReadOnlySpan{System.Int64},System.Nullable{TorchSharp.torch.ScalarType},TorchSharp.torch.Device,System.Boolean,System.String[]) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Utils.FisherYatesShuffler.#ctor(System.Int64,System.Nullable{System.Int32}) + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0002 + M:TorchSharp.Modules.DataLoader.#ctor(TorchSharp.torch.utils.data.Dataset,System.Int32,System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.DataLoader.#ctor(TorchSharp.torch.utils.data.Dataset,System.Int32,System.Collections.Generic.IEnumerable{System.Int64},TorchSharp.torch.Device,System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.DataLoader`2.#ctor(TorchSharp.torch.utils.data.Dataset{`0},System.Int32,System.Func{System.Collections.Generic.IEnumerable{`0},TorchSharp.torch.Device,`1},System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.DataLoader`2.#ctor(TorchSharp.torch.utils.data.Dataset{`0},System.Int32,System.Func{System.Collections.Generic.IEnumerable{`0},TorchSharp.torch.Device,`1},System.Collections.Generic.IEnumerable{System.Int64},TorchSharp.torch.Device,System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.DataLoader`2.get_collate_fn + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.DataLoader`2.get_dataset + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.IterableDataLoader.#ctor(TorchSharp.torch.utils.data.IterableDataset,System.Int32,System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.IterableDataLoader.#ctor(TorchSharp.torch.utils.data.IterableDataset,System.Int32,System.Collections.Generic.IEnumerable{System.Int64},TorchSharp.torch.Device,System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.Modules.TensorDataset.get_Item(System.Int64) + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.torch.utils.data.DataLoader(TorchSharp.torch.utils.data.Dataset,System.Int32,System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.torch.utils.data.DataLoader(TorchSharp.torch.utils.data.Dataset,System.Int32,System.Collections.Generic.IEnumerable{System.Int64},TorchSharp.torch.Device,System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.torch.utils.data.DataLoader(TorchSharp.torch.utils.data.IterableDataset,System.Int32,System.Boolean,TorchSharp.torch.Device,System.Nullable{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0002 + M:TorchSharp.torch.utils.data.DataLoader(TorchSharp.torch.utils.data.IterableDataset,System.Int32,System.Collections.Generic.IEnumerable{System.Int64},TorchSharp.torch.Device,System.Int32,System.Boolean,System.Boolean,System.Boolean) + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0006 + P:TorchSharp.IProgressBar.Maximum + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0007 + T:TorchSharp.Modules.DataLoader + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0007 + T:TorchSharp.Modules.IterableDataLoader + lib/net6.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + true + + + CP0007 + T:TorchSharp.Modules.LSTM + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0007 + T:TorchSharp.Modules.LSTMCell + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0007 + T:TorchSharp.torch.jit.ScriptModule`3 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0007 + T:TorchSharp.torch.nn.Module`3 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0007 + T:TorchSharp.torch.nn.Module`4 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0007 + T:TorchSharp.torch.nn.Module`5 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0007 + T:TorchSharp.torch.nn.Module`6 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0007 + T:TorchSharp.torch.nn.Module`7 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0007 + T:TorchSharp.Modules.DataLoader + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0007 + T:TorchSharp.Modules.IterableDataLoader + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + + CP0008 + T:TorchSharp.Data.DataIterator + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0008 + T:TorchSharp.Modules.LSTM + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP0008 + T:TorchSharp.Modules.LSTMCell + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP1002 + netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 + lib/netstandard2.0/TorchSharp.dll + lib/net6.0/TorchSharp.dll + + + CP1002 + netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 + lib/netstandard2.0/TorchSharp.dll + lib/netstandard2.0/TorchSharp.dll + true + + \ No newline at end of file diff --git a/pkg/TorchVision/CompatibilitySuppressions.xml b/pkg/TorchVision/CompatibilitySuppressions.xml new file mode 100644 index 000000000..47fb51cb0 --- /dev/null +++ b/pkg/TorchVision/CompatibilitySuppressions.xml @@ -0,0 +1,509 @@ + + + + + CP0002 + F:TorchSharp.torchvision.autoaugment.AutoAugmentPolicy.CIFAR10 + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.AutoAugmentPolicy.ImageNet + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.AutoAugmentPolicy.SVHN + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.AutoAugmentPolicy.value__ + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.AutoContrast + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.Brightness + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.Color + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.Contrast + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.Equalize + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.Identity + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.Invert + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.Posterize + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.Rotate + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.Sharpness + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.ShearX + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.ShearY + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.Solarize + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.TranslateX + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.TranslateY + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.autoaugment.opType.value__ + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.datasets.CelebADatasetSplit.All + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.datasets.CelebADatasetSplit.Test + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.datasets.CelebADatasetSplit.Train + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.datasets.CelebADatasetSplit.Valid + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.datasets.CelebADatasetSplit.value__ + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.Bmp + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.Emf + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.Exif + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.Gif + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.Jpeg + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.Pbm + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.Png + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.Tga + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.Tiff + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.Unknown + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.value__ + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.Webp + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ImageFormat.Wmf + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.io.ImageReadMode.GRAY + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.io.ImageReadMode.GRAY_ALPHA + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.io.ImageReadMode.RGB + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.io.ImageReadMode.RGB_ALPHA + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.io.ImageReadMode.UNCHANGED + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.io.ImageReadMode.value__ + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ops.BoxFormats.cxcywh + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ops.BoxFormats.value__ + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ops.BoxFormats.xywh + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.ops.BoxFormats.xyxy + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.StochasticDepth.Mode.Batch + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.StochasticDepth.Mode.Row + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + F:TorchSharp.torchvision.StochasticDepth.Mode.value__ + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.Modules.ResNet.#ctor(System.String,TorchSharp.Modules.ResNet.BlockFunc,System.Int32,System.Collections.Generic.IList{System.Int32},System.Int32,System.Boolean,System.Int32,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.Modules.ResNet.ResNet101(System.Int32,System.Boolean,System.Int32,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.Modules.ResNet.ResNet152(System.Int32,System.Boolean,System.Int32,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.Modules.ResNet.ResNet18(System.Int32,System.Boolean,System.Int32,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.Modules.ResNet.ResNet34(System.Int32,System.Boolean,System.Int32,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.Modules.ResNet.ResNet50(System.Int32,System.Boolean,System.Int32,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.models.resnet101(System.Int32,System.Boolean,System.Int32,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.models.resnet152(System.Int32,System.Boolean,System.Int32,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.models.resnet18(System.Int32,System.Boolean,System.Int32,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.models.resnet34(System.Int32,System.Boolean,System.Int32,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.models.resnet50(System.Int32,System.Boolean,System.Int32,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.models.resnext101_32x8d(System.Int32,System.Boolean,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.models.resnext101_64x4d(System.Int32,System.Boolean,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.models.resnext50_32x4d(System.Int32,System.Boolean,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.models.wide_resnet101_2(System.Int32,System.Boolean,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.models.wide_resnet50_2(System.Int32,System.Boolean,System.Int32,System.Nullable{System.ValueTuple{System.Boolean,System.Boolean,System.Boolean}},System.Func{System.Int32,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.String,System.Boolean,TorchSharp.torch.Device) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.ops.Conv2dNormActivation(System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{System.Int64},System.Int64,System.Func{System.Int64,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.Func{System.Boolean,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.Int64,System.Boolean,System.Nullable{System.Boolean}) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.ops.Conv3dNormActivation(System.Int64,System.Int64,System.Int64,System.Int64,System.Nullable{System.Int64},System.Int64,System.Func{System.Int64,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.Func{System.Boolean,TorchSharp.torch.nn.Module{TorchSharp.torch.Tensor,TorchSharp.torch.Tensor}},System.Int64,System.Boolean,System.Nullable{System.Boolean}) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.transforms.functional.affine(TorchSharp.torch.Tensor,System.Collections.Generic.IList{System.Single},System.Single,System.Collections.Generic.IList{System.Int32},System.Single,TorchSharp.torch.InterpolationMode,System.Nullable{System.Single}) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.transforms.functional.affine(TorchSharp.torch.Tensor,System.Single,System.Single,System.Collections.Generic.IList{System.Int32},System.Single,TorchSharp.torch.InterpolationMode,System.Nullable{System.Single}) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.transforms.functional.get_dimensions(TorchSharp.torch.Tensor) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.transforms.functional.resize(TorchSharp.torch.Tensor,System.Int32,System.Int32,System.Nullable{System.Int32}) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.transforms.functional.rotate(TorchSharp.torch.Tensor,System.Single,TorchSharp.torch.InterpolationMode,System.Boolean,System.Nullable{System.ValueTuple{System.Int32,System.Int32}},System.Collections.Generic.IList{System.Single}) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.transforms.RandomRotation(System.Double,TorchSharp.torch.InterpolationMode,System.Boolean,System.Nullable{System.ValueTuple{System.Int32,System.Int32}},System.Collections.Generic.IList{System.Single}) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.transforms.RandomRotation(System.ValueTuple{System.Double,System.Double},TorchSharp.torch.InterpolationMode,System.Boolean,System.Nullable{System.ValueTuple{System.Int32,System.Int32}},System.Collections.Generic.IList{System.Single}) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.transforms.Resize(System.Int32,System.Nullable{System.Int32}) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.transforms.Rotate(System.Single,TorchSharp.torch.InterpolationMode,System.Boolean,System.Nullable{System.ValueTuple{System.Int32,System.Int32}},System.Collections.Generic.IList{System.Single}) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.utils.make_grid(System.Collections.Generic.IEnumerable{TorchSharp.torch.Tensor},System.Int64,System.Int32,System.Boolean,System.Nullable{System.ValueTuple{System.Double,System.Double}},System.Boolean,System.Double) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.utils.make_grid(TorchSharp.torch.Tensor,System.Int64,System.Int32,System.Boolean,System.Nullable{System.ValueTuple{System.Double,System.Double}},System.Boolean,System.Double) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.utils.save_image(TorchSharp.torch.Tensor,System.IO.Stream,TorchSharp.torchvision.ImageFormat,System.Int64,System.Int32,System.Boolean,System.Nullable{System.ValueTuple{System.Double,System.Double}},System.Boolean,System.Double,TorchSharp.torchvision.io.Imager) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP0002 + M:TorchSharp.torchvision.utils.save_image(TorchSharp.torch.Tensor,System.String,TorchSharp.torchvision.ImageFormat,System.Int64,System.Int32,System.Boolean,System.Nullable{System.ValueTuple{System.Double,System.Double}},System.Boolean,System.Double,TorchSharp.torchvision.io.Imager) + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP1002 + netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 + lib/netstandard2.0/TorchVision.dll + lib/net6.0/TorchVision.dll + + + CP1002 + netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 + lib/netstandard2.0/TorchVision.dll + lib/netstandard2.0/TorchVision.dll + true + + \ No newline at end of file From 2cd6507b6872df729e2e9a6847f4a2fece598b3e Mon Sep 17 00:00:00 2001 From: Xiaoyun Zhang Date: Tue, 16 Jul 2024 13:36:18 -0700 Subject: [PATCH 2/2] Update BranchInfo.props --- build/BranchInfo.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/BranchInfo.props b/build/BranchInfo.props index d8bb2285c..bef03a5ce 100644 --- a/build/BranchInfo.props +++ b/build/BranchInfo.props @@ -1,8 +1,8 @@ 0 - 103 - 0 + 102 + 7 0.102.6