Home
last modified time | relevance | path

Searched refs:arguments_memory_layout_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dexecutable.h246 arguments_memory_layout_(std::move(arguments_memory_layout)), in Executable()
288 ArgumentsMemoryLayout arguments_memory_layout_; variable
H A Dexecutable.cc227 size_t num_args_ptrs = arguments_memory_layout_.num_args_ptrs; in InitializeCallFrame()
318 assert(call_frame.args.size() == arguments_memory_layout_.num_args_ptrs); in Execute()