Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dexecution.h71 Address packed_args);
Dexecution.cc522 Address packed_args) { in CallWasm() argument
556 packed_args, saved_c_entry_fp); in CallWasm()
/external/python/cpython2/Demo/rpc/
Drpc.py640 packed_args = self.packer.get_buf()
642 (self.prog, self.vers, proc, packed_args))
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc1071 auto packed_args = ops::Stack(root.WithDevice("/device:CPU:0"), in TEST() local
1074 ops::XRTExecute(root, c_handle.handle, e_config, {Output(packed_args)}); in TEST()