Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for int_per_layer (0.17 sec)

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

    // WholeModel-DAG: func.func private @composite_dot_general_with_bias_and_relu6_dynamic_fn_1
    
    // IntPerLayer-LABEL: func @matmul2
    // IntPerLayer-DAG: %[[b0:.*]] = stablehlo.constant dense<[-0.211145893
    // IntPerLayer-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_WHOLE_MODEL, "whole_model",
                         "Whole model verify"),
              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";
    };
    
    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

    // WholeModel-DAG: return %[[output1]]
    
    // IntPerLayer-LABEL: func @multiple_conv2d
    // IntPerLayer-DAG: %[[b0:.*]] = "tf.Const"() <{value = dense<0.000000e+00>
    // IntPerLayer-DAG: %[[b1:.*]] = "tf.Const"() <{value = dense<1.000000e+00>
    // IntPerLayer-DAG: %[[w0:.*]] = "tf.Const"() <{value = dense<{{\[\[\[\[}}0.193340182, 0.285152316
    // IntPerLayer-DAG: %[[w1:.*]] = "tf.Const"() <{value = dense<{{\[\[\[\[}}-0.174680978, -0.367524445
    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