Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 64 of 64 for branchesOf (0.12 sec)

  1. doc/go1.17_spec.html

    	<!-- ul below only for regular layout -->
    	<ul> </ul>
    </li>
    
    <li>
    	An <a href="#If_statements">"if" statement</a> in which:
    	<ul>
    	<li>the "else" branch is present, and</li>
    	<li>both branches are terminating statements.</li>
    	</ul>
    </li>
    
    <li>
    	A <a href="#For_statements">"for" statement</a> in which:
    	<ul>
    	<li>there are no "break" statements referring to the "for" statement, and</li>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    	<!-- ul below only for regular layout -->
    	<ul> </ul>
    </li>
    
    <li>
    	An <a href="#If_statements">"if" statement</a> in which:
    	<ul>
    	<li>the "else" branch is present, and</li>
    	<li>both branches are terminating statements.</li>
    	</ul>
    </li>
    
    <li>
    	A <a href="#For_statements">"for" statement</a> in which:
    	<ul>
    	<li>there are no "break" statements referring to the "for" statement, and</li>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.12.md

    - Add shutdown instance by Provider ID.
    - Add annotation to preserve floating IP after service delete.
    - Add conformance testing to stable and development branches.
    - Add support support to Manilla for trustee authentication and supplying custom CAs.
    - Add and update documentation.
    - Add support to Manilla for provisioning existing shares.
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  4. RELEASE.md

        same sparsity pattern, but with new provided values. It is similar to the
        `with_values` function of `RaggedTensor`.
    *   Adds `StatelessCase` op, and uses it if none of case branches has stateful
        ops.
    *   Adds `tf.config.experimental.get_memory_usage` to return total memory usage
        of the device.
    *   Adds gradients for `RaggedTensorToVariant` and `RaggedTensorFromVariant`.
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top