Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enable_select_tf_ops (0.81 sec)

  1. tensorflow/compiler/mlir/lite/tf_tfl_passes.cc

        // TODO(haoliang): Add this pass by default.
        pass_manager->addPass(mlir::TFL::CreateLowerStaticTensorListPass(
            /*allow_tensorlist_pass_through=*/toco_flags.force_select_tf_ops() ||
                toco_flags.enable_select_tf_ops(),
            /*default_to_single_batch=*/
            toco_flags.default_to_single_batch_in_tensor_list_ops(),
            /*enable_dynamic_update_slice=*/
            toco_flags.enable_dynamic_update_slice()));
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top