Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CopyAndOverrideAttributes (0.18 sec)

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

      return llvm::to_vector<4>(extern_values);
    }
    
    // Copies over optional attributes from source region op `src` to the given
    // functional op `dst` and appropriately overrides any necessary attributes.
    void CopyAndOverrideAttributes(Operation* src, Operation* dst,
                                   OpBuilder* builder) {
      CopyDeviceAndUnderscoredAttributes(src, dst);
    
      // Explicitly override attribute to propagate constants to the functions
    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