Searched defs:runtime_signature (Results 1 – 3 of 3) sorted by relevance
358 FunctionType runtime_signature, in LoadFromObjFile()402 const FunctionType& Executable::runtime_signature() const { in runtime_signature() function in xla::runtime::Executable
235 FunctionType runtime_signature, in Executable()
197 auto runtime_signature = opts.type_converter.Convert(runtime_type); in Compile() local