Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_F32OrF64Tensor (0.12 sec)

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

    
    is the incomplete beta function and \\(B(a, b)\\) is the *complete*
    beta function.
      }];
    
      let arguments = (ins
        TF_F32OrF64Tensor:$a,
        TF_F32OrF64Tensor:$b,
        TF_F32OrF64Tensor:$x
      );
    
      let results = (outs
        TF_F32OrF64Tensor:$z
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    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