Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,237 for Lateral (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.h

      void Exit();
    
      // Steps down one parallel nesting level (i.e. increase parallel id size
      // by 1).
      void Down();
    
      // Steps laterally between parallel nesting levels.
      void Lateral();
    
      // Steps up one parallel nesting level.
      void Up();
    
      // Transitions nesting levels from `from` to `to`.
      void Transition(ParallelIdsMap from, ParallelIdsMap to);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.cc

        absl::flat_hash_set<Operation*> last_writes = GetLastWrites(resource);
        stack_down_.back()[resource] = last_writes;
      }
      Enter();
    }
    
    void SideEffectAnalysisInfo::Lateral() {
      Exit();
      Enter();
    }
    
    void SideEffectAnalysisInfo::Up() {
      Exit();
      for (const auto& [resource, last_writes] : stack_up_.back()) {
        SetLastWrites(resource, last_writes);
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 41.2K bytes
    - Viewed (0)
  3. test/literal.go

    // run
    
    // Copyright 2009 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test literal syntax for basic types.
    
    package main
    
    var nbad int
    
    func assert(cond bool, msg string) {
    	if !cond {
    		if nbad == 0 {
    			print("BUG")
    		}
    		nbad++
    		print(" ", msg)
    	}
    }
    
    func equal(a, b float32) bool {
    	return a == b
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 12 18:17:49 UTC 2013
    - 5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/dsl/org.gradle.api.tasks.javadoc.Groovydoc.xml

                    <td><literal>project.reporting.apiDocTitle</literal></td>
                </tr>
                <tr>
                    <td>header</td>
                    <td><literal>null</literal></td>
                </tr>
                <tr>
                    <td>footer</td>
                    <td><literal>null</literal></td>
                </tr>
                <tr>
                    <td>overviewText</td>
                    <td><literal>null</literal></td>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/dsl/org.gradle.api.tasks.compile.CompileOptions.xml

                    <td><literal>false</literal></td>
                </tr>
                <tr>
                    <td>deprecation</td>
                    <td><literal>false</literal></td>
                </tr>
                <tr>
                    <td>warnings</td>
                    <td><literal>true</literal></td>
                </tr>
                <tr>
                    <td>encoding</td>
                    <td><literal>null</literal></td>
                </tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/dsl/org.gradle.api.tasks.compile.GroovyCompileOptions.xml

                    <td><literal>[:]</literal></td>
                </tr>
                <tr>
                    <td>parameters</td>
                    <td><literal>false</literal></td>
                </tr>
                <tr>
                    <td>stubDir</td>
                    <td><literal>null</literal></td>
                </tr>
                <tr>
                    <td>fileExtensions</td>
                    <td><literal>["java", "groovy"]</literal></td>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/dsl/org.gradle.api.plugins.JavaApplication.xml

                    <td><literal>[]</literal></td>
                </tr>
                <tr>
                    <td>applicationDistribution</td>
                    <td>A copy spec that includes all of the contents of <literal>src/dist</literal>, copies the start scripts into <literal>bin</literal>, and copies the built jar and all dependencies into <literal>lib</literal></td>
                </tr>
                <tr>
                    <td>executableDir</td>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/dsl/org.gradle.buildinit.tasks.InitBuild.xml

                <tr>
                    <td>dsl</td>
                    <td><literal>defaults to 'groovy'</literal></td>
                </tr>
                <tr>
                    <td>useIncubating</td>
                    <td><literal>defaults to 'false'</literal></td>
                </tr>
                <tr>
                    <td>insecureProtocol</td>
                    <td><literal>defaults to 'warn'</literal></td>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 15:24:25 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  9. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/AssembleDslDocTask.groovy

     * <li>Meta-data about the plugins, in the form of an XML file.</li>
     * <li>{@code sourceFile} - A main docbook template file containing the introductory material and a list of classes to document.</li>
     * <li>{@code classDocbookDir} - A directory that should contain docbook template for each class referenced in main docbook template.</li>
     * </ul>
     *
     * Produces the following:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 9.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/dsl/org.gradle.plugins.ear.Ear.xml

                    <tr>
                        <td>Name</td>
                        <td>Default with <literal>ear</literal> plugin <overrides>Default with <literal>java</literal> plugin</overrides></td>
                    </tr>
                </thead>
                <tr>
                    <td>source</td>
                    <td><literal>[project.appDir]</literal>, not transitive</td>
                </tr>
                <tr>
                    <td>libDirName</td>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top