Home
last modified time | relevance | path

Searched defs:matmul_func (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Ddot_op_emitter.cc871 llvm::FunctionCallee matmul_func = in EmitCallToRuntime() local
954 llvm::FunctionCallee matmul_func = in EmitCallToBatchRuntime() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dremote_test.py170 def matmul_func(x, y): function