Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for numbertype (0.09 sec)

  1. tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx_test.cc

    namespace tensorflow {
    namespace {
    
    REGISTER_OP("MyAddN")
        .Input("inputs: N * T")
        .Output("sum: T")
        .Attr("N: int >= 1")
        .Attr("T: {numbertype, variant}")
        .SetIsCommutative()
        .SetIsAggregate()
        .SetShapeFn(shape_inference::UnchangedShape);
    
    REGISTER_OP("RiscAddDummy")
        .Input("x: T")
        .Input("y: T")
        .Output("z: T")
        .Attr(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top