Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for F32Attr (0.31 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/tf_quant_ops.td

        I32Attr:$calibration_method,
        // The number of histogram bins.
        I32Attr:$num_bins,
        // Min percentile to be included in the selected range, only used in the
        // `HISTOGRAM_PERCENTILE` method.
        F32Attr:$min_percentile,
        // Max percentile to be included in the selected range, only used in the
        // `HISTOGRAM_PERCENTILE` method.
        F32Attr:$max_percentile
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 01:09:50 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

        TF_Float32Tensor:$momenta,
        TF_Int32Tensor:$num_minibatches_per_physical_sparse_core,
    
        BoolAttr:$use_nesterov,
        F32Attr:$exponent,
        F32Attr:$beta1,
        F32Attr:$beta2,
        F32Attr:$epsilon,
        F32Attr:$clip_weight_min,
        F32Attr:$clip_weight_max,
        StrAttr:$table_name
      );
    
      let results = (outs
        TF_Float32Tensor:$updated_embedding_table,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/prepare_patterns.td

        $t, $m, $v, $beta, $gamma, F32Attr:$variance_epsilon, ConstBoolAttrFalse:$scale_after_normalization),
      (TF_AddOp
        (TF_MulOp $t, (TF_RsqrtOp:$rsqrt (TF_AddOp $v, (TF_ConstOp $variance_epsilon)))),
        (TF_SubOp $beta, (TF_MulOp $m, $rsqrt)))>;
    def ConvertBatchNormWithGlobalNormalization_2 : Pat<
      (TF_BatchNormWithGlobalNormalizationOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/legalize_patterns.td

                               (TFL_FloorModOp $arg0, $arg1)>;
    def LegalizeExp : Pat<(TF_ExpOp $arg0), (TFL_ExpOp $arg0)>;
    
    def LegalizeLRN : Pat<
      (TF_LRNOp $arg0, $radius, F32Attr:$bias, F32Attr:$alpha, F32Attr:$beta),
      (TFL_LocalResponseNormalizationOp $arg0, (convertIntAttrTo32Bit $radius),
        $bias, $alpha, $beta)>;
    
    def LegalizeNonMaxSuppressionV4 : Pat<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 13:30:42 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        TFL_TensorOf<[F32]>:$filter,
        TFL_TensorOfOrNone<[F32]>:$bias,
        I32Attr:$dilation_d_factor,
        I32Attr:$dilation_h_factor,
        I32Attr:$dilation_w_factor,
        TFL_AFAttr:$fused_activation_function,
        TFL_PaddingAttr:$padding,
        I32Attr:$stride_d,
        I32Attr:$stride_h,
        I32Attr:$stride_w
      );
    
      let results = (outs TFL_TensorOf<[F32]>:$output);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TensorOf<[TF_Bfloat16, TF_Float16, TF_Float32]>, [{4-D.}]>:$input,
    
        DefaultValuedOptionalAttr<I64Attr, "5">:$depth_radius,
        DefaultValuedOptionalAttr<F32Attr, "1.0f">:$bias,
        DefaultValuedOptionalAttr<F32Attr, "1.0f">:$alpha,
        DefaultValuedOptionalAttr<F32Attr, "0.5f">:$beta
      );
    
      let results = (outs
        TensorOf<[TF_Bfloat16, TF_Float16, TF_Float32]>:$output
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

    // is then to compute
    //   (x * multiplier) + (offset - mean * multiplier).
    //
    // def : Pattern<
    //     (TF_FusedBatchNormV3Op:$root
    //         $x, $scale, $offset, $mean, $variance,
    //         F32Attr:$epsilon, $exponential_avg_factor,
    //         $data_format, FalseBoolAttr:$is_training),
    //     [(TF_AddOp
    //         (TF_MulOp
    //             $x,
    //             (TF_MulOp:$multiplier
    //                 $scale,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_operator.cc

    }
    
    static tflite::TensorType ConvertDerivedTypeAttrForOptionWriter(
        mlir::Type type, flatbuffers::FlatBufferBuilder* builder) {
      return tflite::ConvertTypeToTensorType(type);
    }
    
    // I32Attr already returns an int as required by flatbuffer builders.
    static int ConvertI32AttrForOptionWriter(
        int i, flatbuffers::FlatBufferBuilder* builder) {
      return i;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 38K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_mlrt_ops.td

      let summary = "The Fallback CreateOp";
    
      let description = [{
        The CreateOp creates the tensorflow::OpKernel in the fallback context.
      }];
    
      let arguments = (ins
        StrAttr:$node_def,
        I32Attr:$op_key
      );
    
      let assemblyFormat = "attr-dict";
    }
    
    def ConstOp: TensorflowMlrt_Op<"constop", []> {
      let summary = "The tf_mlrt ConstOp";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_ops.td

      }];
    
      let arguments = (ins
        TF_Tensor:$max_iterations,
        Variadic<TF_Tensor>:$tensor_list_or_flow_in,
        Variadic<TF_Tensor>:$invariant_args,
        FlatSymbolRefAttr:$body_fn,
        I32Attr:$num_tensor_list_or_flow_in
      );
    
      let results = (outs
         Variadic<TF_Tensor>:$result
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:35:32 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top