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