Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DuplicateOp (0.07 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/add_dump_tensor_op.cc

    }
    
    std::pair<std::string, std::string> GetFuncNameAndNodeName(
        TF::XlaCallModuleOp call_op, const FlatSymbolRefAttr &f_attr) {
      return std::make_pair(f_attr.getValue().str(), kEmptyNodeName.str());
    }
    
    Operation *DuplicateOp(TF::PartitionedCallOp call_op, PatternRewriter &rewriter,
                           const StringAttr &new_ref_func_name) {
      // Create PartitionedCallOp to the copied composite function. This
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top