Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_OpIsBroadcastableToRes (0.55 sec)

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

    //
    // This shouldn't be used for side effecting ops.
    def TF_Involution : NativeOpTrait<"TF::IsInvolution">;
    
    // Variant of broadcastable trait that considers TF's subtype behavior.
    class TF_OpIsBroadcastableToRes<int opId, int resId> : And<[
        TCOpResIsShapedTypePred<opId, resId>,
        CPred<"mlir::tf_type::BroadcastCompatible("
                  "$_op.getOperand(" # opId # ").getType(), "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 30.5K bytes
    - Viewed (0)
Back to top