MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / PyTensorObject_shape

Function PyTensorObject_shape

oneflow/api/python/framework/tensor.cpp:586–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586static PyObject* PyTensorObject_shape(PyObject* self, void* unused) {
587 return functional::CastToPyObject(PyTensor_Unpack(self)->shape());
588}
589
590static PyObject* PyTensorObject_dtype(PyObject* self, void* unused) {
591 HANDLE_ERRORS

Callers

nothing calls this directly

Calls 2

CastToPyObjectFunction · 0.85
shapeMethod · 0.45

Tested by

no test coverage detected