Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for current_dialect (0.2 sec)

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

          }
          if (dialect != current_dialect) {
            if (!dialects.contains(current_dialect)) {
              wrapOpsInFunction(ops, counter++, module);
            }
            ops.clear();
            current_dialect = dialect;
          }
          ops.push_back(&op);
        }
        if (!dialects.contains(current_dialect)) {
          wrapOpsInFunction(ops, counter++, module);
        }
      }
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 17 07:31:01 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top