8 references to IsNull
Microsoft.ML.TorchSharp (8)
Extensions\TensorExtensions.cs (2)
24
return !tensor.
IsNull
();
30
if (tensor.
IsNull
())
NasBert\Modules\Embedding\LearnedPositionalEmbedding.cs (1)
46
if (positions.
IsNull
())
NasBert\Modules\Layers\EncConvLayer.cs (1)
62
torch.Tensor x = selfAttentionPaddingMask.
IsNull
()
NasBert\Modules\MultiHeadAttention.cs (4)
162
if (query.
IsNull
() || query.size().Length != 3 || query.size(2) != _embeddingDim)
248
Debug.Assert(keyPaddingMaskPad.
IsNull
() ||
304
if (tensor.
IsNull
())
343
if (key.
IsNull
())