Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for serving_default (0.37 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

              converted_model2.signatures._signatures.keys(), {'serving_default'}
          )
    
          # Expect two models to produce the same results.
          test_data = ops.convert_to_tensor(
              np.random.uniform(low=0, high=64, size=(32)).astype(
                  dtypes.int32.as_numpy_dtype
              )
          )
          new_outputs_1 = converted_model1.signatures['serving_default'](
              input_tensor=test_data
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top