Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for replaceAllUsesInRegionWith (0.24 sec)

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

          // If we found matching input ops, we can remove the TPUReplicatedInput
          // ops and replace their result values with the inputs to the matching
          // TPUReplicatedOutput op.
          replaceAllUsesInRegionWith(input_op.getResult(), output_op.getOperand(),
                                     func.getRegion());
          ops_to_erase.insert(input_op);
    
          // If the outputs aren't also returned from this function, then we can
    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