Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MUL (0.11 sec)

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

      }];
    
      let arguments = (ins
        TF_FpOrI32OrI64Tensor:$input,
    
        I64Attr:$group_size,
        I64Attr:$group_key,
        I64Attr:$instance_key,
        TF_AnyStrAttrOf<["Min", "Max", "Mul", "Add"]>:$merge_op,
        TF_AnyStrAttrOf<["Id", "Div"]>:$final_op,
        I64ArrayAttr:$subdiv_offsets,
        DefaultValuedOptionalAttr<I64ArrayAttr, "{}">:$wait_for,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Unary GPU kernels: Abs, Atanh, Acos, Acosh, Asin, Asinh, Atan, Cos, Cosh, Sin, Sinh, Tan, Tanh.
        *   Binary GPU kernels: AddV2, Sub, Div, DivNoNan, Mul, MulNoNan, FloorDiv, Equal, NotEqual, Greater, GreaterEqual, LessEqual, Less.
    
    * `tf.lite`
        * Add experimental supports conversion of models that may be larger than 2GB before buffer deduplication
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top