Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sc_backward (0.18 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/embedding_sequencing.mlir

      // CHECK: func.func private @_func_core_tpu
      // CHECK-DAG: TPUReplicatedInput
      // CHECK-DAG: TPUReplicateMetadata
      // CHECK-DAG: TPUCompilationResult
      // CHECK-DAG: TPUReplicatedOutput
      // CHECK: return
    
      // sc_backward should have TPU ops including replicted inputs but not outputs
      // CHECK: func.func private @_func_sc_backward
      // CHECK-NOT: TPUReplicatedOutput
      // CHECK-DAG: TPUReplicateMetadata
      // CHECK-DAG: TPUCompilationResult
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 01 21:27:49 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_sequencing.cc

    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
      // which will be executed on the SparseCore. Note, 'backward_pass_ops' is
      // initially seeded with ops from the input MLIR graph that have the
      // _embedding_pipelining="backward" attribute which is set by the TF2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

    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
      // which will be executed on the SparseCore. Note, 'backward_pass_ops' is
      // initially seeded with ops from the input MLIR graph that have the
      // _embedding_pipelining="backward" attribute which is set by the TF2
    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