Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for checkTest (0.29 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    ul.unstyled,
    ol.unnumbered,
    ul.checklist,
    ul.none {
    	list-style-type: none;
    }
    
    ul.unstyled,
    ol.unnumbered,
    ul.checklist {
    	margin-left: 0.625em;
    }
    
    ul.checklist li>p:first-child>.fa-square-o:first-child,
    ul.checklist li>p:first-child>.fa-check-square-o:first-child {
    	width: 1em;
    	font-size: 0.85em;
    }
    
    ul.checklist li>p:first-child>input[type="checkbox"]:first-child {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

      StringAttr replication_attr = GetReplicationAttr(*forward_pass_ops.begin());
      llvm::SmallVector<Operation*> checkset(forward_pass_ops.getArrayRef());
      checkset.append(backward_pass_ops.begin(), backward_pass_ops.end());
      for (Operation* op : checkset) {
        if (op->getParentRegion() != region) {
          op->emitOpError() << "embedding ops in two different regions";
          return signalPassFailure();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top