Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FindBackwardPassOps (0.32 sec)

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

      VLOG(2) << "inserted " << new_forward_ops.size() << " TPU Input/Output ops";
      forward_pass_ops.insert(new_forward_ops.begin(), new_forward_ops.end());
      return LogicalResult::success();
    }
    
    LogicalResult FindBackwardPassOps(
        OpBuilder& builder, llvm::SetVector<Operation*>& backward_pass_ops,
        llvm::SetVector<Operation*>& merged_set, const int num_replicas) {
      // Find all the ops that are to be included in the 'sc_backward' function
    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

      VLOG(3) << "Inserted " << new_forward_ops.size() << " TPU Input/Output ops.";
      forward_pass_ops.insert(new_forward_ops.begin(), new_forward_ops.end());
      return LogicalResult::success();
    }
    
    LogicalResult FindBackwardPassOps(
        OpBuilder& builder, llvm::SetVector<Operation*>& backward_pass_ops,
        llvm::SetVector<Operation*>& merged_set, const int num_replicas) {
      // Find all the ops that are to be included in the 'sc_backward' function
    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