Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for disable_eager_execution (0.38 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/integration_test/custom_aggregator_op_test.py

    _CalibrationMethod = (
        stablehlo_quant_config_pb2.CalibrationOptions.CalibrationMethod
    )
    
    
    class CustomAggregatorTest(test.TestCase):
    
      def setUp(self):
        super(CustomAggregatorTest, self).setUp()
        ops.disable_eager_execution()
    
      def testBypassAndMinMax(self):
        with self.session():
          input_tensor = array_ops.constant(
              [1.0, 2.0, 3.0, 4.0, 5.0], dtypes.float32
          )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 01:09:50 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top