Searched refs:py_TensorBase (Results 1 – 1 of 1) sorted by relevance
115 auto py_TensorBase = torch.attr("_C").attr("TensorBase"); in initializeGlobals() local116 auto TensorBase = (PyTypeObject*) py_TensorBase.ptr(); in initializeGlobals()3176 auto py_TensorBase = torch.attr("_C").attr("TensorBase"); in _patch_tensor_class() local3177 replaceMappingIfMatches(py_TensorBase); in _patch_tensor_class()