Home
last modified time | relevance | path

Searched refs: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() argument
230 if (schema_string->returns().size() > 1) { in transformShapeFunction()
246 const FunctionSchema* schema_string, in genShapeComputeFn() argument
253 *schema_string, in genShapeComputeFn()
264 transformShapeFunction(schema_string, graph); in genShapeComputeFn()
273 graph->inputs().size() <= schema_string->arguments().size()); in genShapeComputeFn()
278 const FunctionSchema* schema_string, in registerSchema() argument
283 schema_string, shape_compute_function_name, reused_functions, module); in registerSchema()
285 cached_schema_to_graph[schema_string] = graph; in registerSchema()
289 const FunctionSchema* schema_string, in registerBoundedSchema() argument
[all …]
H A Dsymbolic_script.cpp1530 std::string schema_string = canonicalSchemaString(schema); in overloadedSchemaString() local
1533 schema_string.replace( in overloadedSchemaString()
1534 schema_string.find(schema_name), in overloadedSchemaString()
1539 return schema_string; in overloadedSchemaString()
1604 auto schema_string = overloadedSchemaString(actual_schema); in loadModule() local
1606 schema_to_graphs[schema_string] = std::move(pair); in loadModule()
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dconfiguration_policy_provider_test.cc142 const std::string& schema_string) { in RegisterSchema() argument
144 Schema schema = Schema::Parse(schema_string, &error); in RegisterSchema()