Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for float_per_layer (0.4 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/tests/add_dump_tensor_op_stablehlo.mlir

    // IntPerLayer-DAG: func.func private @composite_dot_general_with_bias_and_relu6_dynamic_fn_1_0
    
    // FloatPerLayer-LABEL: func @matmul2
    // FloatPerLayer-DAG: %[[b0:.*]] = stablehlo.constant dense<[-0.211145893
    // FloatPerLayer-DAG: %[[w0:.*]] = stablehlo.constant dense<{{\[\[}}-0.630731344
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 18K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/add_dump_tensor_op.cc

              clEnumValN(DebuggerConfig::DEBUGGER_TYPE_INT_PER_LAYER,
                         "int_per_layer", "Int Per-layer verify"),
              clEnumValN(DebuggerConfig::DEBUGGER_TYPE_FLOAT_PER_LAYER,
                         "float_per_layer", "Float Per-layer verify"))};
    
      std::string log_dir_path_ = "/tmp/dumps";
    };
    
    template <typename LiftedOpT>
    class AddDumpTensorOp : public OpRewritePattern<LiftedOpT> {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 13K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/tests/add_dump_tensor_op.mlir

    // IntPerLayer-DAG: return %[[output1_quantized]]
    
    // FloatPerLayer-LABEL: func @multiple_conv2d
    // FloatPerLayer-DAG: %[[b0:.*]] = "tf.Const"() <{value = dense<0.000000e+00>
    // FloatPerLayer-DAG: %[[b1:.*]] = "tf.Const"() <{value = dense<1.000000e+00>
    // FloatPerLayer-DAG: %[[w0:.*]] = "tf.Const"() <{value = dense<{{\[\[\[\[}}0.193340182, 0.285152316
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 37.9K bytes
    - Viewed (0)
Back to top