Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IslandResult (0.48 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/executor_island_coarsening.cc

    // Transformation
    //===----------------------------------------------------------------------===//
    
    // IslandResult is a helper struct holding an islands result and associated
    // inner op result.
    struct IslandResult {
      IslandResult(Value inner_op_result, Value island_result)
          : inner_op_result(inner_op_result), island_result(island_result) {}
    
      Value inner_op_result;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top