Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for backward_pass_ops (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_sequencing.cc

      // First, walk the Ops dependencies.
      GatherOpsForExtraction(&backward_pass_ops, merged_set, /*predecessors=*/false,
                             /*successors=*/true);
    
      VLOG(3) << "found " << backward_pass_ops.size() << " backwards pass ops";
    
      // If any inputs are to the backward_pass_ops region are direct
      // TPUReplicatedInput ops, then include (if this is the only use) or
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

      // First, walk the Ops dependencies.
      GatherOpsForExtraction(&backward_pass_ops, merged_set, /*predecessors=*/false,
                             /*successors=*/true);
    
      VLOG(3) << "Found " << backward_pass_ops.size() << " backwards pass ops.";
    
      // If any inputs are to the backward_pass_ops region are direct
      // TPUReplicatedInput ops, then include (if this is the only use) or
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top