Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 22 for FakeQuantWithMinMaxVars (0.33 sec)

  1. tensorflow/compiler/mlir/lite/utils/fake_quant_utils.h

    //   \  (tf.Identity) (tf.Identity)   =>    \  (tf.Identity) (tf.Identity)
    //    \     |             |                  \     |             |
    //       tf.FakeQuantWithMinMaxVars       tf.FakeQuantWithMinMaxVars
    //                   |                                 |
    //                                                tfl.quantize
    //                                                     |
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/end2end/fake_quant_per_channel.pbtxt

        value {
          list {
            s: "loc:@BoxPredictor_4/ClassPredictor/act_quant/max"
          }
        }
      }
    }
    node {
      name: "BoxPredictor_4/ClassPredictor/act_quant/FakeQuantWithMinMaxVars"
      op: "FakeQuantWithMinMaxVars"
      input: "BoxPredictor_4/ClassPredictor/BiasAdd"
      input: "BoxPredictor_4/ClassPredictor/act_quant/min/read"
      input: "BoxPredictor_4/ClassPredictor/act_quant/max/read"
      attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  3. tensorflow/cc/framework/fuzzing/op_fuzzing.bzl

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 07 19:14:57 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/end2end/fake_quant_per_channel_4bit.pbtxt

        value {
          list {
            s: "loc:@BoxPredictor_4/ClassPredictor/act_quant/max"
          }
        }
      }
    }
    node {
      name: "BoxPredictor_4/ClassPredictor/act_quant/FakeQuantWithMinMaxVars"
      op: "FakeQuantWithMinMaxVars"
      input: "BoxPredictor_4/ClassPredictor/BiasAdd"
      input: "BoxPredictor_4/ClassPredictor/act_quant/min/read"
      input: "BoxPredictor_4/ClassPredictor/act_quant/max/read"
      attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/utils/fake_quant_utils.h

    // input   min cst       max cst              input
    //  \       |             |                     |
    //   \  (tf.Identity) (tf.Identity)   =>   quant.qcast
    //    \     |             |                     |
    //       tf.FakeQuantWithMinMaxVars        quant.dcast
    //                   |                          |
    //
    // Warns if the (most likely unwanted, currently not quite correctly handled)
    // case of back-to-back tf.FakeQuant occurs
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    }
    
    // -----
    
    // Test valid tf.FakeQuantWithMinMaxVars
    // CHECK-LABEL: func @testValidFakeQuantWithMinMaxVars
    func.func @testValidFakeQuantWithMinMaxVars(tensor<8x8x8x8xf32>, tensor<f32>, tensor<f32>) -> tensor<8x8x8x8xf32> {
    ^bb0(%arg0: tensor<8x8x8x8xf32>, %arg1: tensor<f32>, %arg2: tensor<f32>):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

      %0 = "tf.FakeQuantWithMinMaxVars"(%arg0, %arg1, %arg2) {min = 0.0 : f32, max = 1.0 : f32, num_bits = 5, narrow_range = true} : (tensor<8x8x8x8xf32>, tensor<f32>, tensor<f32>) -> tensor<8x8x8x8xf32>
      func.return %0 : tensor<8x8x8x8xf32>
    
      // CHECK-LABEL: fakeQuantVarsTrue
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

    struct ReorderFakeQuantPattern : public RewritePattern {
      explicit ReorderFakeQuantPattern(MLIRContext *context)
          : RewritePattern(
                ReorderOp::getOperationName(), 2, context,
                {"tf.FakeQuantWithMinMaxVars", ReorderOp::getOperationName()}) {}
      LogicalResult findTargetOps(
          ReorderOp &casted_op, PatternRewriter &rewriter,
          Operation::operand_range &max, Operation::operand_range &min,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/mark_for_compilation_pass.cc

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

      // CHECK-DAG: %[[VAL34:.*]] = "tf.AddV2"(%[[VAL33]], %[[VAL26]]) : (tensor<?x?xf32>, tensor<f32>) -> tensor<?x?xf32>
      %0 = "tf.FakeQuantWithMinMaxVars"(%arg0, %arg1, %arg2) {narrow_range = false, num_bits = 8 : i64} : (tensor<?x?xf32>, tensor<f32>, tensor<f32>) -> tensor<?x?xf32>
    
      // CHECK: return %[[VAL34]]
      func.return %0 : tensor<?x?xf32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
Back to top