Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GenResultMethods (0.15 sec)

  1. tensorflow/compiler/aot/codegen.cc

          *methods += RewriteWithName("_" + config.feed(i).name(), code, rewrites);
        }
      }
      return absl::OkStatus();
    }
    
    // Generate methods for results (outputs).
    Status GenResultMethods(const tf2xla::Config& config,
                            const xla::ProgramShapeProto& ps, string* methods) {
      if (ps.result().element_type() != xla::TUPLE) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 36.8K bytes
    - Viewed (0)
Back to top