Home
last modified time | relevance | path

Searched refs:_program_json_to_flatbuffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/exir/_serialize/test/
H A Dtest_flatbuffer.py18 _program_json_to_flatbuffer,
282 _program_json_to_flatbuffer("} some bad json {")
309 _program_json_to_flatbuffer("} some bad json {")
321 _program_json_to_flatbuffer("} some bad json {")
/aosp_15_r20/external/executorch/exir/_serialize/
H A D_program.py21 _program_json_to_flatbuffer,
445 result: _FlatbufferResult = _program_json_to_flatbuffer(
H A D_flatbuffer.py256 def _program_json_to_flatbuffer( function