Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A Drecord_function.cpp600 std::optional<c10::FunctionSchema> RecordFunction::operator_schema() const { in operator_schema() function in at::RecordFunction
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/
H A Dexecution_trace_observer.cpp240 const std::string& operator_schema = "", in writeJsonNode()