Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ownerProp (2 sec)

  1. tensorflow/compiler/mlir/quantization/common/lift_as_function_call.cc

          return failure();
        }
    
        Operation* owner_op;
        for (const auto& [attr, val] : attr_to_op_map) {
          if (attr.getName() == attribute.getName()) owner_op = val;
        }
        if (stablehlo::IsStablehloOp(owner_op)) {
          owner_op->setAttr(StringRef(attribute.getName()), attribute.getValue());
        } else {
          owner_op = attr_to_op_map[attribute];
    
          std::string new_attr_map_str{};
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

                    try {
                        ownerGroup.resolve(server, getContext());
                    }
                    catch ( IOException e ) {
                        log.warn("Failed to resolve SID " + ownerGroup.toString(), e);
                    }
                }
                else {
                    ownerGroup.initContext(server, getContext());
                }
                return ownerGroup;
            }
        }
    
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
Back to top