Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 106 for TD (0.02 sec)

  1. platforms/documentation/docs/src/docs/dsl/org.gradle.buildconfiguration.tasks.UpdateDaemonJvm.xml

            <title>Properties</title>
            <table>
                <thead>
                    <tr>
                        <td>Name</td>
                        <td>Default</td>
                    </tr>
                </thead>
                <tr>
                    <td>jvmVersion</td>
                    <td><literal>defaults to current JVM version</literal></td>
                </tr>
            </table>
        </section>
        <section>
            <title>Methods</title>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:49:55 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. docs/zh/docs/tutorial/metadata.md

    | `license_info` | `dict` | 公开的 API 的许可证信息。它可以包含多个字段。<details><summary><code>license_info</code>...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/BUILD

        srcs = [
            "passes/cast_bf16_ops_to_f32.td",
            "passes/lift_quantizable_spots_as_functions.td",
            "passes/lift_quantizable_spots_as_functions_drq.td",
            "passes/optimize.td",
            "passes/post_quantize.td",
            "passes/prepare_lifting.td",
            "passes/prepare_quantize.td",
            "passes/preprocess_op.td",
            "passes/quantize_composite_functions.td",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/ir/mlrt/BUILD

            "@llvm-project//mlir:InliningUtils",
            "@llvm-project//mlir:Support",
        ],
    )
    
    td_library(
        name = "tf_mlrt_td_files",
        srcs = [
            "tf_mlrt_dialect.td",
            "tf_mlrt_ops.td",
            "tf_ops.td",
        ],
        includes = ["."],
        deps = [
            ":mlrt_td_files",
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_td_files",
            "@llvm-project//mlir:OpBaseTdFiles",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 17:04:28 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  5. src/cmd/trace/tasks.go

    			({{if .Complete}}complete{{else}}incomplete{{end}})
    		</td>
    	</tr>
    	{{range $el.Events}}
    	<tr>
    		<td class="when">{{.WhenString}}</td>
    		<td class="elapsed">{{elapsed .Elapsed}}</td>
    		<td class="goid">{{.Goroutine}}</td>
    		<td>{{.What}}</td>
    	</tr>
    	{{end}}
        {{end}}
    </body>
    </html>
    `))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  6. src/cmd/trace/regions.go

    <table class="summary">
    	<tr>
    		<td>Network wait profile:</td>
    		<td> <a href="/regionio?{{$p}}">graph</a> <a href="/regionio?{{$p}}&raw=1" download="io.profile">(download)</a></td>
    	</tr>
    	<tr>
    		<td>Sync block profile:</td>
    		<td> <a href="/regionblock?{{$p}}">graph</a> <a href="/regionblock?{{$p}}&raw=1" download="block.profile">(download)</a></td>
    	</tr>
    	<tr>
    		<td>Syscall profile:</td>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfrt/ir/BUILD

            "@llvm-project//mlir:IR",
        ],
    )
    
    td_library(
        name = "tfrt_fallback_td_files",
        srcs = [
            "tfrt_fallback.td",
            "tfrt_fallback_async.td",
            "tfrt_fallback_sync.td",
        ],
        compatible_with = get_compatible_with_portable(),  # copybara: comment
        includes = ["."],
        visibility = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 27 20:43:07 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb/SmbFile.java

     * </code></td>
     * <td><code>
     *  smb://host/foo/
     * </code></td>
     * </tr>
     * 
     * <tr>
     * <td width="20%"><code>
     *  smb://host/share/zig/zag
     * </code></td>
     * <td width="20%"><code>
     *  /
     * </code></td>
     * <td><code>
     *  smb://host/
     * </code></td>
     * </tr>
     * 
     * <tr>
     * <td width="20%"><code>
     *  smb://server/
     * </code></td>
     * <td width="20%"><code>
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  9. tensorflow/compiler/mlir/lite/BUILD

        srcs = [
            "transforms/legalize_patterns.td",
            "transforms/legalize_variables.td",
            "transforms/optimize_batch_matmul.td",
            "transforms/optimize_patterns.td",
            "transforms/post_quantize_patterns.td",
            "transforms/prepare_patterns.td",
            "transforms/quantize_patterns.td",
            "transforms/tensorlist_patterns.td",
            "utils/utils.td",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/BUILD

        licenses = ["notice"],
    )
    
    exports_files([
        "ir/tf_generated_ops.td",
        "ir/tf_op_base.td",
        "ir/tf_op_interfaces.td",
        "ir/tf_ops.td",
    ])
    
    td_library(
        name = "tensorflow_ops_td_files",
        srcs = [
            "ir/tf_generated_ops.td",
            "ir/tf_op_base.td",
            "ir/tf_op_interfaces.td",
            "ir/tf_ops.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:28:13 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top