Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allow_custom_ops (0.54 sec)

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

          enabled_op_types_.emplace(OpType::kTfliteBuiltin);
        }
        if (toco_flags.enable_select_tf_ops()) {
          enabled_op_types_.emplace(OpType::kSelectTf);
        }
        if (toco_flags.allow_custom_ops()) {
          enabled_op_types_.emplace(OpType::kCustomOp);
        }
        tf_dialect_ =
            module.getContext()->getOrLoadDialect<mlir::TF::TensorFlowDialect>();
        tfl_dialect_ = module.getContext()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top