Searched defs:PyCall (Results 1 – 3 of 3) sorted by relevance
63 struct PyCall { struct66 string token;69 Device* device = nullptr;72 bool eager = false;75 bool eager_async = false;78 std::vector<Tensor> ins;79 std::vector<Tensor> out;
35 PyCall, enumerator
37 enum CallType { PyCall = 0, PyModuleCall, PyCCall, PyOptimizerCall }; enumerator