Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InlinerInterface (0.11 sec)

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

    };
    
    void ExecutorTPUV1IslandInliningPass::runOnOperation() {
      SymbolTable symbol_table(getOperation());
      Operation *nested_module = symbol_table.lookup(kNestedModule);
      if (!nested_module) return;
    
      InlinerInterface inliner(&getContext());
      auto walk_result = getOperation().walk([&](TF::PartitionedCallOp call_op) {
        if (!call_op.getF().getRootReference().getValue().starts_with(
                kNestedModule))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 19 08:06:04 UTC 2023
    - 4K bytes
    - Viewed (0)
Back to top