Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PrepareParams (0.14 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.cc

      if (!root_tuple) {
        return tsl::errors::InvalidArgument(
            "Imported XLA Root Value is not a tuple op");
      }
    
      return root_tuple;
    }
    
    LogicalResult Tf2XlaRewriter::PrepareParams() {
      // XlaCompiler within the context is only used by the functional ops to
      // compile functions. We are not handling those at the moment so
      // XlaCompiler is not required.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top