Home
last modified time | relevance | path

Searched refs:schema_path (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/
Djson_to_flatbuffer.cc34 const char* schema_path = argv[1]; in main() local
40 flatbuffers::LoadFile(schema_path, /*binary=*/false, &schema) && in main()
/external/flatbuffers/include/flatbuffers/
Dregistry.h32 void Register(const char *file_identifier, const char *schema_path) { in Register() argument
34 schema.path_ = schema_path; in Register()
/external/icu/icu4c/source/python/icutools/databuilder/
D__main__.py175 schema_path = os.path.join(os.path.dirname(__file__), "filtration_schema.json")
176 with open(schema_path) as schema_f:
/external/mesa3d/src/freedreno/rnn/
Drnn.c873 char *schema_path; in validate_doc() local
896 schema_path = find_file(schema_name); in validate_doc()
897 if (!schema_path) { in validate_doc()
902 xmlSchemaParserCtxtPtr parser = xmlSchemaNewParserCtxt(schema_path); in validate_doc()
911 free(schema_path); in validate_doc()