Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unfold_batchmatmul (0.2 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

      PrepareTFPass() = default;
      PrepareTFPass(const PrepareTFPass &) {}
      explicit PrepareTFPass(bool unfold_batch_matmul,
                             bool allow_bf16_and_f16_type_legalization,
                             bool use_fake_quant_num_bits = false) {
        this->unfold_batch_matmul_ = unfold_batch_matmul;
        this->allow_bf16_and_f16_type_legalization_ =
            allow_bf16_and_f16_type_legalization;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top