Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbatch_dot_simplification.cc25 HloInstruction* batch_dot) { in ElideDegenerateBatchDimensionFromBatchDot()
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddot_operation_test.cc1305 auto batch_dot = BatchDot(x, y); in XLA_TEST_P() local
/external/tensorflow/tensorflow/python/keras/
Dbackend.py2022 def batch_dot(x, y, axes=None): function