Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Djit_compiler.cc201 auto arguments_memory_layout = in Compile() local
203 if (auto err = arguments_memory_layout.takeError()) return std::move(err); in Compile()
274 std::move(*arguments_memory_layout), std::move(*results_memory_layout), in Compile()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dexecutable.cc379 auto arguments_memory_layout = GetArgumentsMemoryLayout(runtime_signature); in LoadFromObjFile() local
380 if (auto err = arguments_memory_layout.takeError()) return std::move(err); in LoadFromObjFile()
388 std::move(*arguments_memory_layout), in LoadFromObjFile()
H A Dexecutable.h236 ArgumentsMemoryLayout arguments_memory_layout, in Executable() argument
246 arguments_memory_layout_(std::move(arguments_memory_layout)), in Executable()