Home
last modified time | relevance | path

Searched refs:_einsum_v1_reduction (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dspecial_math_ops.py797 temp, temp_axis_labels = _einsum_v1_reduction(temp, temp_axis_labels,
901 def _einsum_v1_reduction(t0, t0_axis_labels, t1, t1_axis_labels, axes_to_sum): function