R/reexports.R
is_dtype.Rd
Tests whether x is a TensorDataType object.
x
TensorDataType
is_dtype(x)
An object to test.
TRUE or FALSE.
TRUE
FALSE
as_dtype(), stablehlo::is_dtype()
as_dtype()
stablehlo::is_dtype()
is_dtype("f32") #> [1] FALSE is_dtype(as_dtype("f32")) #> [1] TRUE