Home
last modified time | relevance | path

Searched refs:Tensor_dtype (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/torch/csrc/tensor/
Dpython_tensor.cpp117 static PyObject* Tensor_dtype(PyTensorType* self, void* unused) { in Tensor_dtype() function
166 {"dtype", (getter)Tensor_dtype, nullptr, nullptr, nullptr},