Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for completeness (0.12 sec)

  1. doc/go1.17_spec.html

    	g()
    }
    </pre>
    
    
    <h3 id="Bootstrapping">Bootstrapping</h3>
    
    <p>
    Current implementations provide several built-in functions useful during
    bootstrapping. These functions are documented for completeness but are not
    guaranteed to stay in the language. They do not return a result.
    </p>
    
    <pre class="grammar">
    Function   Behavior
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        // The operand is an unranked tensor, print a warning if the result
        // is static.
        // Note: We do not handle this situation as an error, this would be too
        // restrictive due to incompleteness of shape inference at this point.
        mlir::InFlightDiagnostic diag =
            mlir::emitWarning(op->getLoc(), "has static shape result");
        if (op->getContext()->shouldPrintOpOnDiagnostic()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top