tf.keras.ops.tensordot
Вычислить тензорное скалярное произведение по заданным осям.
tf.keras.ops.tensordot(
x1, x2, axes=2
)
| Аргументы | |
|---|---|
x1 | Первый тензор. |
x2 | Второй тензор. |
axes |
|
| Возвращаемые значения | |
|---|---|
| Тензорное скалярное произведение входных данных. |
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/keras/ops/tensordot