Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for producer_name (0.17 sec)

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

                                                      output_types, inputs);
      auto producer_name_attr = cluster_func->getAttr("_producer_name");
      if (producer_name_attr)
        (*execute_op)->setAttr("_producer_name", producer_name_attr);
      return success();
    }
    
    // Given a `ParallelExecute`, replace it with a new `ParallelExecute`. The
    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