Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/runtime/
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
Dsymbolic_script.cpp1530 std::string schema_string = canonicalSchemaString(schema); in overloadedSchemaString() local
1604 auto schema_string = overloadedSchemaString(actual_schema); in loadModule() local
/external/libchrome/components/policy/core/common/
Dconfiguration_policy_provider_test.cc142 const std::string& schema_string) { in RegisterSchema()