Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dexecutable.cc129 Executable::GetArgumentsMemoryLayout(const FunctionType& signature) { in GetArgumentsMemoryLayout() function in xla::runtime::Executable
379 auto arguments_memory_layout = GetArgumentsMemoryLayout(runtime_signature); in LoadFromObjFile()
H A Dexecutable.h205 static llvm::Expected<ArgumentsMemoryLayout> GetArgumentsMemoryLayout(
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Djit_compiler.cc202 Executable::GetArgumentsMemoryLayout(*runtime_signature); in Compile()