Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for laterFns (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/convert_tf_control_flow_to_scf.cc

    #include "tensorflow/compiler/mlir/tensorflow/transforms/passes.h"
    
    namespace mlir {
    namespace TF {
    
    namespace {
    
    /// Move the ops of `source_block` into `destination_block`, keeping the later's
    /// block arguments' type as `block_arguments_type`.
    static void moveBlock(Block* source_block, Block* destination_block,
                          TypeRange block_arguments_type,
                          PatternRewriter& rewriter) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 03 12:35:38 UTC 2022
    - 9.4K bytes
    - Viewed (0)
Back to top