What's the aten::ScalarImplicit?

what’s the aten::ScalarImplicit?

where can I find the reference documentation about it.

thanks.

I don’t think this class is publicly documented but you could check its implementation here which calls into checkImplictTensorToNum and then returns the .item() of the passed tensor, so its scalar value.

1 Like