Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dasm_compiler.cc87 int64_t vmaj, vmin, vdot; in WarnIfBadPtxasVersion() local
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py335 def vdot(a, b): # pylint: disable=missing-docstring function