Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for whole_model (0.2 sec)

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

    // XLA_PerChannel-DAG: %[[out_scale:.*]] = "tf.Const"() <{value = dense<7.24974147E-4> : tensor<f32>}> : () -> tensor<f32>
    }
    
    // TODO(b/308773062): Add whole_model unit-test
    
    // -----
    
    module {
      func.func @matmul2_with_int_per_layer(%arg0: tensor<2x2xf32> {tf_saved_model.index_path = ["input_tensor"]}) -> tensor<2x2xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 06 01:23:21 UTC 2023
    - 80.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

              outputs={output_key: output_tensor},
          )
    
        return in_placeholder
    
      def _create_while_model(self, input_shape: Sequence[int] = (1, 32, 32, 512)):
        class WhileModel(module.Module):
          """A model with a while op."""
    
          def __init__(self):
            w_shape = [3, 3] + [input_shape[-1], input_shape[-1]]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
Back to top