Skip to contents
torch
0.14.0
Articles
Installation
Tensors
Creating tensors
Indexing
Tensor class
Serialization
Datasets
Loading Data
Autograd
Using autograd
Extending autograd
Python models
Jit Compilation
Examples
basic-autograd
basic-nn-module
dataset
Advanced
Memory management
Building locally
Automatic Mixed Precision
Modifying source code
Reference
Changelog
Check if object is a torch data type
Source:
R/dtype.R
is_torch_dtype.Rd
Check if object is a torch data type
Usage
is_torch_dtype
(
x
)
Arguments
x
object to check.