Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dsymbolic_shape_registry.cpp221 const FunctionSchema* schema_string, in transformShapeFunction()
246 const FunctionSchema* schema_string, in genShapeComputeFn()
278 const FunctionSchema* schema_string, in registerSchema()
289 const FunctionSchema* schema_string, in registerBoundedSchema()
313 const FunctionSchema* schema_string = &pair.first->schema(); in loadModule() local
341 const FunctionSchema* schema_string = &pair.first->schema(); in loadModule() local
H A Dsymbolic_script.cpp1530 std::string schema_string = canonicalSchemaString(schema); in overloadedSchemaString() local
1604 auto schema_string = overloadedSchemaString(actual_schema); in loadModule() local
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dconfiguration_policy_provider_test.cc142 const std::string& schema_string) { in RegisterSchema()