Home
last modified time | relevance | path

Searched refs:canonicalSchemaString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Doperator.cpp51 operators_by_sig[canonicalSchemaString(op->schema())] = op; in registerPendingOperators()
72 auto sig = canonicalSchemaString(schema); in deregisterOperator()
127 operators_by_sig.find(canonicalSchemaString(parseSchema(name))); in lookupByLiteral()
436 std::string canonicalSchemaString(const FunctionSchema& schema) { in canonicalSchemaString() function
H A Dsymbolic_script.cpp1530 std::string schema_string = canonicalSchemaString(schema); in overloadedSchemaString()
1627 auto schema_str = canonicalSchemaString(schema); in gradientInfoForSchema()
H A Doperator.h263 TORCH_API std::string canonicalSchemaString(const FunctionSchema& schema);