Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertControlToDataOutputs (0.44 sec)

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

      while_wrapper.erase();
      return new_while_op;
    }
    
    // Converts the control outputs of the while body to data outputs, thus
    // removing control barrier at the end of while loop body.
    void ConvertControlToDataOutputs(
        func::FuncOp while_body, SmallVectorImpl<TF::WhileOp>& while_callers,
        OperationSetTy& recompute_analysis_for_funcs,
        const TF::SideEffectAnalysis::Info& side_effect_analysis,
    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