Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for emit_use_tuple_arg (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/tf_xla_mlir_translate.cc

                       "Supported types include ['parameter', 'resource']. If "
                       "empty, all arguments are assumed to be parameters."),
        llvm::cl::init(""));
    // NOLINTNEXTLINE
    llvm::cl::opt<bool> emit_use_tuple_arg(
        "tf-xla-emit-use-tuple-args",
        llvm::cl::desc(
            "Emit HLO modules using tuples as args for the entry computation"),
        llvm::cl::init(false));
    // NOLINTNEXTLINE
    llvm::cl::opt<bool> emit_return_tuple(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 18.8K bytes
    - Viewed (0)
Back to top