Home
last modified time | relevance | path

Searched defs:generate_output (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/iperf3/contrib/
H A Diperf3_to_gnuplot.py19 def generate_output(iperf, options): function
/aosp_15_r20/external/pytorch/torch/fx/
H A Dgraph.py343 def generate_output(self, output_args: Argument) -> str: member in CodeGen
791 def generate_output(self, output_args): member in _PyTreeCodeGen
/aosp_15_r20/external/blktrace/btt/
H A Dbtt_plot.py289 def generate_output(type, db): function
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Ddeblock_neon.c43 static uint8x8_t generate_output(const uint8x8_t a2, const uint8x8_t a1, in generate_output() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_fx.py3816 def generate_output(self, output_args): member in TestFX.test_interpreter_with_codegen.ListCodeGen
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dir.py5663 def generate_output(output, indices): function