Home
last modified time | relevance | path

Searched refs:findSchemaDifferences (Results 1 – 8 of 8) sorted by relevance

/external/pytorch/aten/src/ATen/core/op_registration/
Dinfer_schema.cpp46 std::optional<std::string> findSchemaDifferences( in findSchemaDifferences() function
Dinfer_schema.h158 TORCH_API std::optional<std::string> findSchemaDifferences(const FunctionSchema& inferred, const Fu…
/external/pytorch/aten/src/ATen/core/dispatch/
DOperatorEntry.cpp44 std::optional<std::string> schema_difference = findSchemaDifferences(from_def, inferred); in checkSchema()
/external/pytorch/aten/src/ATen/core/boxing/impl/
Dmake_boxed_from_unboxed_functor_test.cpp813 …std::optional<std::string> differences = c10::findSchemaDifferences(torch::jit::parseSchema("_test… in TEST()
824 …std::optional<std::string> differences = c10::findSchemaDifferences(torch::jit::parseSchema("_test… in TEST()
Dkernel_lambda_test.cpp591 …std::optional<std::string> differences = c10::findSchemaDifferences(torch::jit::parseSchema("_test… in TEST()
Dkernel_function_test.cpp681 …std::optional<std::string> differences = c10::findSchemaDifferences(torch::jit::parseSchema("_test… in TEST()
Dkernel_lambda_legacy_test.cpp861 …std::optional<std::string> differences = c10::findSchemaDifferences(torch::jit::parseSchema("_test… in TEST()
Dkernel_function_legacy_test.cpp924 …std::optional<std::string> differences = c10::findSchemaDifferences(torch::jit::parseSchema("_test… in TEST()