Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dreplacement_of_old_operators.cpp33 if (auto op_schema = node->maybeSchema()) { in run() local
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/
H A Dexecution_trace_observer.cpp730 const auto op_schema = fn.operator_schema(); in onFunctionExit() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dcode_impl.h970 auto op_schema = node->getOperator().schema(); in process_ops_for_mobile() local
/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dserialize.py2930 def op_schema(cls, op) -> torch.FunctionSchema: member in ExtensionHandler
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_serialize.py94 def op_schema(cls, op): member in TestSerialize.test_export_with_extension_op_serialization.FooExtensionHandler