Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UpdateFunctionType (0.28 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf_communication.cc

                                   token);
        return true;
      }
    
      return false;
    }
    
    // Updates function type based on current function body block arguments and
    // terminator operand types.
    void UpdateFunctionType(OpBuilder& builder, func::FuncOp func,
                            Block& func_body) {
      auto new_argument_types = llvm::to_vector(func_body.getArgumentTypes());
      auto new_result_types =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 40.5K bytes
    - Viewed (0)
Back to top