Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc280 Tensor BatchMatMulV2(const Tensor& x, bool ax, const Tensor& y, bool ay) { in BatchMatMulV2() function in tensorflow::__anon5d8d1aad0111::MathGradTest
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1867 TEST_F(OpTest, BatchMatMulV2) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go2618 func BatchMatMulV2(scope *Scope, x tf.Output, y tf.Output, optional ...BatchMatMulV2Attr) (output t… func