Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dremote_test.py145 def matmul_func(x, y): function
153 matmul_func(x, y)
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc804 llvm::FunctionCallee matmul_func = in EmitCallToRuntime() local
806 if (auto* fn = llvm::dyn_cast<llvm::Function>(matmul_func.getCallee())) { in EmitCallToRuntime()
839 matmul_func, in EmitCallToRuntime()