Home
last modified time | relevance | path

Searched defs:PyTensorInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/executorch/extension/pybindings/
H A Dpybindings.cpp480 struct PyTensorInfo final { struct
481 explicit PyTensorInfo( in PyTensorInfo() argument
486 py::tuple sizes() const { in sizes()
495 int8_t dtype() const { in dtype()
500 bool is_memory_planned() const { in is_memory_planned()
504 size_t nbytes() const { in nbytes()
508 std::string repr() const { in repr()
529 std::shared_ptr<Module> module_;
530 torch::executor::TensorInfo info_;