Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsSingleCallRegion (0.25 sec)

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

        // collect the call arguments post lookup through cast Op's
        extern_values.push_back(first);
        return true;
      };
    
      const TrivialTransformInfo tti(IsSingleCallRegion(if_region.getThenBranch()),
                                     IsSingleCallRegion(if_region.getElseBranch()),
                                     if_arg_matcher);
    
      std::string then_name, else_name;
    
      if (tti.can_transform) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.7K bytes
    - Viewed (0)
Back to top