Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sc_x (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    the `adj_x` or `adj_y` flag to `True`, which are by default `False`.
    
    The input tensors `x` and `y` are 2-D or higher with shape `[..., r_x, c_x]`
    and `[..., r_y, c_y]`.
    
    The output tensor is 2-D or higher with shape `[..., r_o, c_o]`, where:
    
        r_o = c_x if adj_x else r_x
        c_o = r_y if adj_y else c_y
    
    It is computed as:
    
        output[..., :, :] = matrix(x[..., :, :]) * matrix(y[..., :, :])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top