Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/schema/
H A Dschema-store_test.cc4158 SchemaProto base_schema = SchemaBuilder().AddType(other_type_a).Build(); in TEST_F() local
4252 SchemaProto base_schema = SchemaBuilder().AddType(other_type_a).Build(); in TEST_F() local
4387 SchemaProto base_schema = SchemaBuilder().AddType(other_type_a).Build(); in TEST_F() local
4442 SchemaProto base_schema = SchemaBuilder().AddType(other_type_a).Build(); in TEST_F() local
H A Dschema-store.cc637 SchemaProto base_schema = std::move(producer).Produce(); in RegenerateDerivedFiles() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dsymbolic_shape_registry.cpp81 const FunctionSchema& base_schema) { in getInplaceVariant()