Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for output64 (0.18 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        its predecessor:
    
        ```mlir
        %outputs1:2, %control1 = tf_executor.island wraps "tf.IteratorGetNext"(%arg)
          {_class = ["loc:@dataset_iterator_1"]}
        %outputs2:2, %control2 = tf_executor.island wraps "tf.Split"(%outputs0, %outputs1#1)
          {_class = ["loc:@dataset_iterator_1", num_split = 2 : i32}
        ```
      }];
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    // `tfl.batch_matmul` when it accepts uniform quantized tensors.
    //
    // StableHLO Quantizer output:
    //   * input: per-tensor qi8
    //   * filter: per-channel qi8 for non-batching op, per-tensor for batching op.
    //   * output: per-tensor qi32
    // JAX Quantizer output:
    //   * input: per-tensor qi8
    //   * filter: per-channel qi8
    //   * output: per-tensor qi8
    //
    // Conditions for the `tfl.batch_matmul` conversion:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
Back to top