Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dpy_func.cc63 struct PyCall { struct
66 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;
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcollection.h35 PyCall, enumerator
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp37 enum CallType { PyCall = 0, PyModuleCall, PyCCall, PyOptimizerCall }; enumerator