Home
last modified time | relevance | path

Searched defs:runtime_signature (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dexecutable.cc358 FunctionType runtime_signature, in LoadFromObjFile()
402 const FunctionType& Executable::runtime_signature() const { in runtime_signature() function in xla::runtime::Executable
H A Dexecutable.h235 FunctionType runtime_signature, in Executable()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Djit_compiler.cc197 auto runtime_signature = opts.type_converter.Convert(runtime_type); in Compile() local