Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SVDF (0.03 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        DefaultValuedOptionalAttr<F32Attr, "0.1">:$tolerance,
        DefaultValuedOptionalAttr<BoolAttr, "false">:$log_if_failed
      );
    
      let results = (outs TFL_FpTensor:$output);
    }
    
    // SVDF op.
    def TFL_SVDFOp :
      TFL_Op<"svdf", [
        PredOpTrait<"the input and result tensor elemental types must be same",
          TFL_TCresVTEtIsSameAsOp<0, 0>>,
        TFL_StatefulOp,
        AccumulatorUniformScale<3, 2, 4>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/ops.mlir

      // CHECK: "tfl.svdf"(%arg0, %arg1, %arg2, %arg3, %arg4) <{fused_activation_function = "RELU", rank = 2 : i32}> : (tensor<?xf32>, tensor<?xf32>, tensor<?xf32>, tensor<?xf32>, tensor<?xf32>) -> tensor<?xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
Back to top