Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter_test.cc99 XLA_TEST_F(ElementalIrEmitterExecutionTest, BatchDot) { in XLA_TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmatrix.cc539 XlaOp BatchDot(XlaOp x, XlaOp y, PrecisionConfig::Precision precision) { in BatchDot() function
543 XlaOp BatchDot(XlaOp x, bool transpose_x, XlaOp y, bool transpose_y, in BatchDot() function
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc539 Value BatchDot(Location loc, Value lhs, bool transpose_lhs, Value rhs, in BatchDot() function