Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for dep_module (0.09 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_rewrite_pass.cc

        if (symbol_table.lookup<func::FuncOp>(func.getName())) continue;
    
        // Find any SymbolRefAttr in func that maps to a FuncOp. We need to clone
        // all found FuncOps to new_module to make sure new_module is
        // self-contained.
        std::optional<SymbolTable::UseRange> uses =
            SymbolTable::getSymbolUses(func);
        assert(uses && "expected to be able to collect symbol uses");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top